Skip to content

Commit

Permalink
update version of ant from 1.10.5 to 1.10.9 (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu-labs committed Jan 14, 2021
1 parent fd2c1e3 commit 870e260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
"org.vafer" % "jdeb" % "1.7" % Provided artifacts Artifact("jdeb", "jar", "jar"),
"org.apache.commons" % "commons-compress" % "1.20",
// for jdkpackager
"org.apache.ant" % "ant" % "1.10.5",
"org.apache.ant" % "ant" % "1.10.9",
// workaround for the command line size limit
"com.github.eldis" % "tool-launcher" % "0.2.2",
"org.scalatest" %% "scalatest" % "3.0.5" % Test
Expand Down

0 comments on commit 870e260

Please sign in to comment.