From 905b3a53aec28a7f5588cccfb55877d9c5df0fc8 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Mon, 21 Aug 2017 14:44:18 -0500 Subject: [PATCH] Updating sbt assembly plugin to 0.14.5 removing discard strategy for library.properties --- build.sbt | 2 -- project/plugins.sbt | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 96edf36b23..f68112854c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,3 @@ -import AssemblyKeys._ - //test in assembly := {} testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3") diff --git a/project/plugins.sbt b/project/plugins.sbt index eed11e2d3b..f97be05af7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.2") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.3") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5") -addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0") \ No newline at end of file +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")