From 136dc8e49f27c5b244f9b6a07ce1a1fb48c8c070 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Jan 2025 19:28:59 +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 f7f63f0..46fedbc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.48") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")