We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54fced commit ce92a43Copy full SHA for ce92a43
aether-deploy/src/sbt-test/deploy/native-packaging/project/plugins.sbt
@@ -6,4 +6,4 @@ val pluginVersion = scala.util.Properties.propOrNone("plugin.version").getOrElse
6
7
addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % pluginVersion)
8
9
-addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.1")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
0 commit comments