From 3d9daf4e5483254fb9d40c667d22831593d7c964 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Mar 2024 20:52:19 +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 2f279c2..3687a20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") resolvers += Resolver.sonatypeRepo("releases")