From 3e10d136c631a448d7546bc03d95eec8c5026d54 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Sun, 28 Jun 2020 10:20:40 +1200 Subject: [PATCH] Update stringtemplate to 4.3.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e677fc30..8cd2e687 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt._ object Dependencies { - val stringTemplate = "org.antlr" % "ST4" % "4.2" + val stringTemplate = "org.antlr" % "ST4" % "4.3.1" val commonsIo = "commons-io" % "commons-io" % "2.6" val plexusArchiver = "org.codehaus.plexus" % "plexus-archiver" % "2.7.1" excludeAll ( ExclusionRule("org.apache.commons", "commons-compress"),