diff --git a/build.sbt b/build.sbt index b24d4fd..074c12b 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test" // Optional integration: addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.10.4" % Provided) addSbtPlugin("io.crashbox" %% "sbt-gpg" % "0.2.1" % Provided) -addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "2.2.0" % Provided) +addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "2.3.0" % Provided) // addSbtPlugin("com.jsuereth" % "sbt-pgp" % sbtPgpVersion % Provided) scriptedLaunchOpts := {