From 6738f63c804da09b18fa08e546ea40ed6d18a00e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Oct 2024 22:25:55 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8d0673b..64bce93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")