From a36bb9ac2d2bae1718f664cb38782baa6739f4ec Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Fri, 1 Mar 2024 10:52:08 -0800 Subject: [PATCH] APPS-2503 dxCompiler 2.11.5 release dependency (feat) all - updated ANLTR4 version --- Makefile | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index edc4411..32a318b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) -ANTLR_VERSION=9 +ANTLR_VERSION=13.1 all : download_antlr_jar antlr diff --git a/build.sbt b/build.sbt index 8a03ebd..0df643a 100644 --- a/build.sbt +++ b/build.sbt @@ -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