mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-24 08:17:12 -07:00
Revert antlr4 update to preserve backward compatibility
This commit is contained in:
parent
cbcbe40ead
commit
f37a626997
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class Antlr4Build extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(2,0,1)))
|
||||
.include(dependency("org.antlr", "antlr4", version(4,13,2)));
|
||||
.include(dependency("org.antlr", "antlr4", version(4,11,1)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,11,0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,11,0)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue