Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored May 6, 2021
1 parent 75b59bc commit 9d80e6c
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.9.0-opt"
val antlrVersion = "4.9.0"
val antlrGroupId = "com.tunnelvisionlabs"
val antlrArtifactId = "antlr4"
val junitVersion = "5.6.0-RC1"
Expand Down

0 comments on commit 9d80e6c

Please sign in to comment.