Skip to content

Commit 09b556b

Browse files
committed
1. Поднял версию парсера до последнего релиза
2. поднял версию метаданных до последнего develop
1 parent a6e084a commit 09b556b

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", "ec138a2a5819ccb0d25d3c742ba2ce8b2464f185")
9898

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

0 commit comments

Comments
 (0)