From 1d47467e50772734b2311ad970b103bed9c149d4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Oct 2024 20:27:12 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 := {