From b700928e44b2031c7546db373f9ce70ad690b463 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Mar 2022 19:27:58 +0100 Subject: Update sbt-assembly to 1.1.1 (#2482) 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 3f60b91d..f024ae95 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.2") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") -- cgit v1.2.3