mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 00:37:12 -07:00
Updated antlr4 to version 4.13.2
This commit is contained in:
parent
2bc3319386
commit
2606cd4fbb
1 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,10 @@ 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,11,1)));
|
||||
.include(dependency("org.antlr", "antlr4", version(4,13,2)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,3)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,3)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,11,0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,11,0)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue