Skip to content

Commit

Permalink
Update sbt-native-packager to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 6, 2025
1 parent 512fc1c commit f17965c
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 @@ -9,7 +9,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
// https://github.com/sbt/sbt-native-packager
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
// https://scalacenter.github.io/scalafix/docs/users/installation.html
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
// https://scalapb.github.io/zio-grpc/docs/installation
Expand Down

0 comments on commit f17965c

Please sign in to comment.