@@ -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