From 2ebaaadc7657de7456a8501280a4499add53afe1 Mon Sep 17 00:00:00 2001 From: "sc-renovate[bot]" <242222693+sc-renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 04:25:50 +0000 Subject: [PATCH] chore(deps): update dependency com.eed3si9n:sbt-assembly to v2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 10e56d4..8919b43 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.5") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.4.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")