Skip to content

Commit

Permalink
Downgrade antlr to 4.8 to match Nessie
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsmak committed Oct 20, 2021
1 parent 7411073 commit db5c0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated-antlr/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
signing
}

val versionAntlr = "4.9.2"
val versionAntlr = "4.8"

dependencies {
antlr("org.antlr:antlr4:$versionAntlr") // TODO remove from runtime-classpath *sigh*
Expand Down

0 comments on commit db5c0e8

Please sign in to comment.