Skip to content

Commit

Permalink
Update sbt-native-packager to 1.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 10, 2023
1 parent a270aaf commit 5c56829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -3,7 +3,7 @@ resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releas

resolvers += Resolver.url("bintray-banno-oss-releases", url("https://dl.bintray.com/banno/oss"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.8.1")
addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.9.14")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")

Expand Down

0 comments on commit 5c56829

Please sign in to comment.