Update sbt-native-packager to 1.11.0 (#5838)

This commit is contained in:
Scala Steward 2025-01-09 15:09:25 +01:00 committed by GitHub
parent 6af79f9ed5
commit 2110132d7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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