Skip to content

Commit 3b76970

Browse files
authored
Merge pull request scalacenter#2012 from scalacenter/update/sbt-native-packager-1.9.16
build(deps): Update sbt-native-packager from 1.9.15 to 1.9.16
2 parents 2108044 + 9099ed6 commit 3b76970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
1212
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
1313
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
1414
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
15-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15")
15+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
1616
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
1717

1818
updateOptions := updateOptions.value.withLatestSnapshots(false)

0 commit comments

Comments
 (0)