Skip to content

Commit 020e6af

Browse files
authored
обновление зависимостей (#3543)
1 parent bb7196c commit 020e6af

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ gitVersioning.apply {
4242
}
4343

4444
branch("develop") {
45-
version = "\${describe.tag.version.major}." +
46-
"\${describe.tag.version.minor.next}.0." +
45+
version = "\${describe.tag.version}." +
4746
"\${describe.distance}-SNAPSHOT\${dirty}"
4847
}
4948

@@ -88,10 +87,10 @@ dependencies {
8887
exclude("org.abego.treelayout", "org.abego.treelayout.core")
8988
exclude("org.antlr", "antlr-runtime")
9089
}
91-
api("io.github.1c-syntax", "utils", "0.6.3")
92-
api("io.github.1c-syntax", "mdclasses", "0.16.0.24-SNAPSHOT")
93-
api("io.github.1c-syntax", "bsl-common-library", "0.9.0.21-SNAPSHOT")
94-
api("io.github.1c-syntax", "supportconf", "0.15.0.7-SNAPSHOT")
90+
api("io.github.1c-syntax", "utils", "0.6.4")
91+
api("io.github.1c-syntax", "mdclasses", "0.16.0")
92+
api("io.github.1c-syntax", "bsl-common-library", "0.9.0")
93+
api("io.github.1c-syntax", "supportconf", "0.15.0")
9594
api("io.github.1c-syntax", "bsl-parser-core", "0.3.1")
9695

9796
// JLanguageTool

0 commit comments

Comments
 (0)