Skip to content

Commit

Permalink
Upgrade sbt-native-packager from 1.10.0 to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Jul 31, 2024
1 parent 8374a86 commit 6bb58be
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 @@ -7,7 +7,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
// Enable several package formats, especially docker.
// sbt> docker:publishLocal
// sbt> docker:publish
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

// https://github.com/playframework/twirl#sbt-twirl
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8")

0 comments on commit 6bb58be

Please sign in to comment.