From 55afb234f581b0b5edd1d764a3ed36d500d0558d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Apr 2022 07:45:48 +0200 Subject: Update sbt-assembly to 1.2.0 (#2494) 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 5720c049..a5b1ad41 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.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") -- cgit v1.2.3