From 3cab5e25687ff5bedc22c8113724ac3a858aecf7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Jan 2025 23:04:44 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d077b9..e5800c2 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.11.0" % Provided) addSbtPlugin("io.crashbox" %% "sbt-gpg" % "0.2.1" % Provided) -addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "2.3.0" % Provided) +addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "2.3.1" % Provided) // addSbtPlugin("com.jsuereth" % "sbt-pgp" % sbtPgpVersion % Provided) scriptedLaunchOpts := {