From 7b1b064ca5adf0496dbd86892f64416c932597be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 18:14:34 +0000 Subject: [PATCH] Update ant to 1.10.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c37b24ce0..b9e9bc8bf 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies ++= Seq( "org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"), "org.apache.commons" % "commons-compress" % "1.27.0", // for jdkpackager - "org.apache.ant" % "ant" % "1.10.14", + "org.apache.ant" % "ant" % "1.10.15", // workaround for the command line size limit "com.github.eldis" % "tool-launcher" % "0.2.2", "org.scalatest" %% "scalatest" % "3.2.19" % Test