@@ -23,7 +23,7 @@ plugins {
23
23
repositories {
24
24
mavenLocal()
25
25
mavenCentral()
26
- maven(url = " https://jitpack.io " )
26
+ maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots " )
27
27
}
28
28
29
29
group = " io.github.1c-syntax"
@@ -45,15 +45,15 @@ gitVersioning.apply {
45
45
val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType .TAG
46
46
47
47
dependencies {
48
- antlr(" org.antlr " , " antlr4" , " 4.13.2 " )
48
+ antlr(" io.github.1c-syntax " , " antlr4" , " 0.1.1 " )
49
49
50
- implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.2 .0" )
50
+ implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.3 .0" )
51
51
52
52
// stat analysis
53
53
compileOnly(" com.github.spotbugs" , " spotbugs-annotations" , " 4.8.6" )
54
54
55
55
// 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" )
57
57
testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
58
58
testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
59
59
testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.11.4" )
0 commit comments