From b80b71a71577287a3dfe0fa3cd79957b00d39b8a Mon Sep 17 00:00:00 2001 From: Hao Huang Date: Wed, 8 Mar 2017 14:00:15 -0800 Subject: Upgrade sbt assembly plugin --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a414cb1..831def8 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.4") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3") addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0") -- cgit v1.2.3