mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Updating sbt assembly plugin to 0.14.5
removing discard strategy for library.properties
This commit is contained in:
parent
4a128e4d0d
commit
905b3a53ae
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
import AssemblyKeys._
|
||||
|
||||
//test in assembly := {}
|
||||
|
||||
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3")
|
||||
|
|
|
@ -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")
|
||||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue