From a11d4f97e7368187047067527ae329761698d35c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 21 Jan 2025 00:10:26 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b51ecf0e..ffcd8442 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % "2.0.21") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")