Skip to content

Commit

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

build(deps): Update sbt-native-packager from 1.10.4 to 1.11.0
  • Loading branch information
tgodzik authored Jan 7, 2025
2 parents 568d887 + ee60349 commit 221d038
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.1.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")

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

0 comments on commit 221d038

Please sign in to comment.