Update sbt-native-packager to 1.8.1 (#2798)

This commit is contained in:
Scala Steward 2021-03-16 14:16:30 +01:00 committed by GitHub
parent 65cb0d1615
commit fba880e5a9

View file

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