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