Skip to content

Commit

Permalink
Merge pull request #49 from dnanexus/APPS-2503_dxC_release_dependency
Browse files Browse the repository at this point in the history
APPS-2503 dxCompiler 2.11.5 release dependency
  • Loading branch information
Gvaihir authored Mar 4, 2024
2 parents 9a345a4 + 3c46b58 commit 09b077d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 dirname $(realpath $(firstword $(MAKEFILE_LIST))))
ANTLR_VERSION=9
ANTLR_VERSION=13.1

all : download_antlr_jar antlr

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lazy val dependencies = {
val jacksonDatabindVersion = "2.13.2.2"
val jacksonDataformatYamlVersion = "2.13.2"
val rhinoVersion = "1.7.13"
val antlr4Version = "4.9.3"
val antlr4Version = "4.13.1"
//val junitVersion = "4.13.2"

val dxCommon = "com.dnanexus" % "dxcommon" % dxCommonVersion
Expand Down

0 comments on commit 09b077d

Please sign in to comment.