Skip to content

Commit

Permalink
Merge pull request #74 from 1c-syntax/develop
Browse files Browse the repository at this point in the history
Обновлена зависимость от парсера v0.3.0
  • Loading branch information
asosnoviy authored Feb 15, 2019
2 parents 5d31b27 + 565ec93 commit 2cc4714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compile("org.slf4j", "slf4j-api", "1.8.0-beta2")
compile("org.slf4j", "slf4j-simple", "1.8.0-beta2")

compile("com.github.1c-syntax", "bsl-parser", "59200c28d5450a99ffcb8f2f203317b3c3c37e9a")
compile("com.github.1c-syntax", "bsl-parser", "v0.4.0")

// https://mvnrepository.com/artifact/commons-io/commons-io
testImplementation("commons-io:commons-io:2.6")
Expand Down

0 comments on commit 2cc4714

Please sign in to comment.