Skip to content

Commit ddea524

Browse files
committed
Merge pull request #1 from dluebke/master
Move antlr to 4.2 for making the project build on Windows and make it…
2 parents 9a8d0c6 + ac201ef commit ddea524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.antlr</groupId>
1919
<artifactId>antlr4-runtime</artifactId>
20-
<version>4.0</version>
20+
<version>4.2</version>
2121
<scope>compile</scope>
2222
<exclusions>
2323
<exclusion>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.antlr</groupId>
8282
<artifactId>antlr4-maven-plugin</artifactId>
83-
<version>4.0</version>
83+
<version>4.2</version>
8484
<executions>
8585
<execution>
8686
<goals>

0 commit comments

Comments
 (0)