From 8a025365ac92b722def14e792ba292f6f2bc2da5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Jun 2020 12:59:31 +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 4bc0444..8945881 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0") // See https://github.com/sbt/sbt-assembly -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") // See https://github.com/sbt/sbt-bintray resolvers += Resolver.jcenterRepo