From 0491a831579d0ed855113fd85f4e78ba7ca4dc3a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Jul 2019 04:22:01 +0200 Subject: [PATCH] Update sbt-assembly to 0.14.10 (#156) --- 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")