From b130c51e3dce78e6c3b02bb73b8c0c3f3f028df2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jul 2019 22:35:36 +0200 Subject: [PATCH] Update sbt-assembly to 0.14.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 85c56ae2..b31f7eb1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") // addSbtPlugin("com.typesafe.sbt" % "sbt-proguard" % "0.2.2")