Skip to content

Commit

Permalink
Merge pull request #2924 from scala-steward/update/sbt-native-package…
Browse files Browse the repository at this point in the history
…r-1.10.4

Update sbt-native-packager to 1.10.4
  • Loading branch information
konnov authored Aug 14, 2024
2 parents cfbd86d + 68ce667 commit 2156bd5
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.0.11")
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
// https://github.com/sbt/sbt-native-packager
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
// https://scalacenter.github.io/scalafix/docs/users/installation.html
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
// https://scalapb.github.io/zio-grpc/docs/installation
Expand Down

0 comments on commit 2156bd5

Please sign in to comment.