diff --git a/build.sbt b/build.sbt index 074c12b..5d077b9 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ libraryDependencies += "io.spray" %% "spray-json" % "1.3.6" libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test" // Optional integration: -addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.10.4" % Provided) +addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.11.0" % Provided) addSbtPlugin("io.crashbox" %% "sbt-gpg" % "0.2.1" % Provided) addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "2.3.0" % Provided) // addSbtPlugin("com.jsuereth" % "sbt-pgp" % sbtPgpVersion % Provided) diff --git a/src/sbt-test/sbt-reproducible-builds/native-packager/project/plugins.sbt b/src/sbt-test/sbt-reproducible-builds/native-packager/project/plugins.sbt index eecd021..75c3271 100644 --- a/src/sbt-test/sbt-reproducible-builds/native-packager/project/plugins.sbt +++ b/src/sbt-test/sbt-reproducible-builds/native-packager/project/plugins.sbt @@ -4,4 +4,4 @@ sys.props.get("plugin.version") match { |Specify this property using the scriptedLaunchOpts -D.""".stripMargin) } -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") diff --git a/src/sbt-test/sbt-reproducible-builds/simple/project/plugins.sbt b/src/sbt-test/sbt-reproducible-builds/simple/project/plugins.sbt index f53609c..f06fe4b 100644 --- a/src/sbt-test/sbt-reproducible-builds/simple/project/plugins.sbt +++ b/src/sbt-test/sbt-reproducible-builds/simple/project/plugins.sbt @@ -5,7 +5,7 @@ sys.props.get("plugin.version") match { } // Included but not used, to catch problems with that combination: -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") // to easily test sbt-gpg integration manually addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")