We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2108044 + 9099ed6 commit 3b76970Copy full SHA for 3b76970
project/build.sbt
@@ -12,7 +12,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
12
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
13
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
14
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
15
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
16
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
17
18
updateOptions := updateOptions.value.withLatestSnapshots(false)
0 commit comments