Skip to content

Commit 8ee9473

Browse files
authored
Merge pull request #1323 from theshadowco/feature/newLibVersions
new lib versions
2 parents a6e084a + 321c3ca commit 8ee9473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
implementation("org.slf4j", "slf4j-api", "1.8.0-beta4")
8585
implementation("org.slf4j", "slf4j-simple", "1.8.0-beta4")
8686

87-
implementation("com.github.1c-syntax", "bsl-parser", "2e41836b9c5035b53324a953ec783b391fefc00f") {
87+
implementation("com.github.1c-syntax", "bsl-parser", "0.15.0") {
8888
exclude("com.tunnelvisionlabs", "antlr4-annotations")
8989
exclude("com.ibm.icu", "*")
9090
exclude("org.antlr", "ST4")
@@ -94,7 +94,7 @@ dependencies {
9494
}
9595

9696
implementation("com.github.1c-syntax", "utils", "9202a75f5cc6f1ecff13855e478c4d67a3bb62c2")
97-
implementation("com.github.1c-syntax", "mdclasses", "63f71aa098d11b17fc9d3625ae536b1b37631eef")
97+
implementation("com.github.1c-syntax", "mdclasses", "0.6.0")
9898

9999
compileOnly("org.projectlombok", "lombok", lombok.version)
100100

0 commit comments

Comments
 (0)