From e318e3368d0544a5e2aeab6ee32fac7fa542a4a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Sep 2021 10:58:06 +0200 Subject: [PATCH] sbt-assembly 1.1.0 (was 1.0.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f99229bd..57a1227d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")