From fe2362ca0479d9adaf7d366453f476e77be44079 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Mar 2024 20:21:08 +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 bf6af98..6199c85 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,4 +10,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") // To keep our dependencies up to date addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")