diff --git a/build.sbt b/build.sbt index 8cc63c02a..36aad2d0a 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "org.vafer" % "jdeb" % "1.14" % Provided artifacts Artifact("jdeb", "jar", "jar"), "org.apache.commons" % "commons-compress" % "1.28.0", // for jdkpackager - "org.apache.ant" % "ant" % "1.10.15", + "org.apache.ant" % "ant" % "1.10.17", // workaround for the command line size limit "com.github.eldis" % "tool-launcher" % "0.2.2", "org.scalatest" %% "scalatest" % "3.2.19" % Test