From 4b1bf07db3c25fdde0fcd120261ed2ce292c6ad5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Oct 2023 15:11:38 +0000 Subject: [PATCH] Update sbt-assembly to 2.1.4 --- project/plugins.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 76501a6a..5a3466ea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,6 @@ logLevel := Level.Warn addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") -