Skip to content

Commit afb2a7f

Browse files
authored
Merge pull request #304 from 1c-syntax/testOptNew
caseInsensitive
2 parents 64ca489 + 4bacea6 commit afb2a7f

File tree

4 files changed

+117
-554
lines changed

4 files changed

+117
-554
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
repositories {
2424
mavenLocal()
2525
mavenCentral()
26-
maven(url = "https://jitpack.io")
26+
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
2727
}
2828

2929
group = "io.github.1c-syntax"
@@ -45,15 +45,15 @@ gitVersioning.apply {
4545
val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG
4646

4747
dependencies {
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

Comments
 (0)