Skip to content

Commit

Permalink
Merge pull request keynmol#113 from keynmol/update/sbt-native-package…
Browse files Browse the repository at this point in the history
…r-1.9.16

Update sbt-native-packager to 1.9.16
  • Loading branch information
mergify[bot] authored Feb 20, 2023
2 parents 00b8cd4 + 16fb0f3 commit 2e6492a
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
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin(
.getOrElse("SMITHY_VERSION", "0.17.4")
)
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
Expand Down

0 comments on commit 2e6492a

Please sign in to comment.