From 2110132d7b0254ed4496d443e166ef3662478874 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:09:25 +0100 Subject: [PATCH] Update sbt-native-packager to 1.11.0 (#5838) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index df75774cf6..192686730d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" // bundle up Scala applications into packaging formats such as Docker, // GraalVM native-image, executable JARs etc // https://github.com/sbt/sbt-native-packager -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") // collect code coverage when executing tests //https://github.com/scoverage/sbt-scoverage