Skip to content

Commit

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

build(deps): Update sbt-native-packager from 1.9.15 to 1.9.16
  • Loading branch information
ckipp01 committed Mar 9, 2023
2 parents 2108044 + 9099ed6 commit 3b76970
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 @@ -12,7 +12,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")

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

0 comments on commit 3b76970

Please sign in to comment.