Skip to content

Commit

Permalink
Update sbt-native-packager to 1.10.4 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 8, 2024
1 parent 85ae9f9 commit 3e24b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test
)
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

lazy val pluginSettings = Seq(
sbtPlugin := true
Expand Down

0 comments on commit 3e24b81

Please sign in to comment.