Skip to content

Commit

Permalink
Update jdeb to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2024
1 parent 7850247 commit 5186aec
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 @@ -16,7 +16,7 @@ classpathTypes += "maven-plugin"
libraryDependencies ++= Seq(
// these dependencies have to be explicitly added by the user
"com.spotify" % "docker-client" % "8.16.0" % Provided,
"org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"),
"org.vafer" % "jdeb" % "1.11" % Provided artifacts Artifact("jdeb", "jar", "jar"),
"org.apache.commons" % "commons-compress" % "1.27.1",
// for jdkpackager
"org.apache.ant" % "ant" % "1.10.15",
Expand Down

0 comments on commit 5186aec

Please sign in to comment.