Skip to content

Commit

Permalink
Update sbt-native-packager to 1.7.5 (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 16, 2020
1 parent 86647d3 commit b13d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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.7.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.5")

// collect code coverage when executing tests
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
Expand Down

0 comments on commit b13d9ce

Please sign in to comment.