From 30c5bf467dd9361ffa89fc259e2d259320312ae5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Dec 2022 23:28:05 +0100 Subject: Update sbt-assembly to 2.0.0 (#2564) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 81a83e11..5e649f20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") -- cgit v1.2.3