Skip to content

Commit

Permalink
Merge pull request #672 from gvolpe/update/sbt-native-packager-1.9.12
Browse files Browse the repository at this point in the history
Update sbt-native-packager to 1.9.12
  • Loading branch information
gvolpe authored Jan 17, 2023
2 parents 60ec840 + 6ade1a7 commit bb03088
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
@@ -1,5 +1,5 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.12")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0")

0 comments on commit bb03088

Please sign in to comment.