@@ -23,7 +23,7 @@ plugins {
2323repositories {
2424 mavenLocal()
2525 mavenCentral()
26- maven(url = " https://jitpack.io " )
26+ maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots " )
2727}
2828
2929group = " io.github.1c-syntax"
@@ -45,15 +45,15 @@ gitVersioning.apply {
4545val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType .TAG
4646
4747dependencies {
48- antlr(" org.antlr " , " antlr4" , " 4.13.2 " )
48+ antlr(" io.github.1c-syntax " , " antlr4" , " 0.1.1 " )
4949
50- implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.2 .0" )
50+ implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.3 .0" )
5151
5252 // stat analysis
5353 compileOnly(" com.github.spotbugs" , " spotbugs-annotations" , " 4.8.6" )
5454
5555 // testing
56- testImplementation(" io.github.1c-syntax" , " bsl-parser-testing" , " 0.2 .0" )
56+ testImplementation(" io.github.1c-syntax" , " bsl-parser-testing" , " 0.3 .0" )
5757 testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
5858 testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
5959 testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.11.4" )
0 commit comments