From 056d30f6cb9ca190d95898c3e4a4674c2835d101 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 21:29:54 +0000 Subject: [PATCH] Update sbt-assembly to 2.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b53619f..8712357 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.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")