Skip to content

Commit

Permalink
Fixes antlr#3733; update ST4 so it uses proper ANTLR 3
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
Signed-off-by: Eric Vergnaud <eric.vergnaud@wanadoo.fr>
  • Loading branch information
parrt authored and ericvergnaud committed Sep 9, 2022
1 parent b528b01 commit b01e6c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.3.3</version>
<version>4.3.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tool-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.3.3</version>
<version>4.3.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -80,4 +80,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.3.3</version>
<version>4.3.4</version>
</dependency>
<dependency>
<groupId>org.abego.treelayout</groupId>
Expand Down

0 comments on commit b01e6c9

Please sign in to comment.