Skip to content

Commit

Permalink
Merge pull request #2390 from scalacenter/update/sbt-native-packager-…
Browse files Browse the repository at this point in the history
…1.10.4

build(deps): Update sbt-native-packager from 1.10.0 to 1.10.4
  • Loading branch information
tgodzik authored Jul 31, 2024
2 parents a9e52c3 + cd239c5 commit b3e6f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")

updateOptions := updateOptions.value.withLatestSnapshots(false)
Expand Down

0 comments on commit b3e6f91

Please sign in to comment.