From f9608baf8ed4f88a55a1a401f97224032835338d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 27 Jul 2026 00:41:31 +0000 Subject: [PATCH] Update sbt-assembly to 2.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 773fca5..2424715 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % s addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion) addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.1") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.4.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.4.1")