Skip to content

Commit

Permalink
Merge pull request #99 from 1c-syntax/nixel2007-patch-1
Browse files Browse the repository at this point in the history
ANTLR4 bump
  • Loading branch information
theshadowco authored May 18, 2021
2 parents 279236f + 9d80e6c commit 5f2ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}

val antlrVersion = "4.7.4"
val antlrVersion = "4.9.0"
val antlrGroupId = "com.tunnelvisionlabs"
val antlrArtifactId = "antlr4"
val junitVersion = "5.6.0-RC1"
Expand Down

0 comments on commit 5f2ce0d

Please sign in to comment.