Update sbt-native-packager to 1.9.15 (#4989)

This commit is contained in:
Scala Steward 2023-02-14 22:58:40 +01:00 committed by GitHub
parent 46dc3ed14e
commit a9e17684fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.9.14")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15")
// collect code coverage when executing tests
//https://github.com/scoverage/sbt-scoverage