This commit is contained in:
rusefillc 2023-04-20 12:53:40 -04:00
parent e74c3601aa
commit d536138310
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
junit : "junit:junit:4.13.2",
annotations : "org.jetbrains:annotations:16.0.1",
jsr305 : "com.google.code.findbugs:jsr305:3.0.2",
antlr : "org.antlr:antlr4:4.10.0", // use ANTLR version 4
antlr : "org.antlr:antlr4:4.10", // use ANTLR version 4
json : "com.googlecode.json-simple:json-simple:1.1.1",
mockito : "org.mockito:mockito-all:1.10.19",
javaxJson : "javax.json:javax.json-api:1.1.4",