We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d31b27 + 565ec93 commit 2cc4714Copy full SHA for 2cc4714
build.gradle.kts
@@ -42,7 +42,7 @@ dependencies {
42
compile("org.slf4j", "slf4j-api", "1.8.0-beta2")
43
compile("org.slf4j", "slf4j-simple", "1.8.0-beta2")
44
45
- compile("com.github.1c-syntax", "bsl-parser", "59200c28d5450a99ffcb8f2f203317b3c3c37e9a")
+ compile("com.github.1c-syntax", "bsl-parser", "v0.4.0")
46
47
// https://mvnrepository.com/artifact/commons-io/commons-io
48
testImplementation("commons-io:commons-io:2.6")
0 commit comments