Update sbt-native-packager to 1.9.6 (#3753)

This commit is contained in:
Scala Steward 2021-10-14 15:31:00 +02:00 committed by GitHub
parent 80d498d288
commit bb8997b6a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
// bundle up Scala applications into packaging formats such as Docker,
// GraalVM native-image, executable JARs etc
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.5")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.6")
// collect code coverage when executing tests
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")