From 55955db8a3254e0670cc89b21886548b6a942a95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Oct 2021 00:19:50 +0200 Subject: [PATCH] Update sbt-assembly to 0.15.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0e22834..05b1e21 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ logLevel := Level.Warn -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")