Skip to content

Commit

Permalink
APPS-2182_git_protocol_remedy (#250)
Browse files Browse the repository at this point in the history
* APPS-2182_git_protocol_remedy
(feat) build.sbt - updated antlr4

* APPS-2182_git_protocol_remedy
(feat) build.sbt - updated antlr4 to 4.13.1

* APPS-2182_git_protocol_remedy
(feat) RELEASE_NOTES.md - updated
  • Loading branch information
Gvaihir authored Dec 1, 2023
1 parent ae9d1df commit 3826d97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ROOT_DIR:=$(shell pwd)
ANTLR_VERSION=9
ANTLR_VERSION=13.1

all : download_antlr_jar draft2 v1 v1_1 v2

Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change log

## in develop
...

* ANTLR4 version bump to 4.13.1

## 0.17.16 (2023-05-26)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val wdlTools = project

lazy val dependencies = {
val dxCommonVersion = "0.11.5"
val antlr4Version = "4.9.3"
val antlr4Version = "4.13.1"
val scallopVersion = "4.1.0"
val typesafeVersion = "1.4.1"
val scalateVersion = "1.9.7"
Expand Down

0 comments on commit 3826d97

Please sign in to comment.