mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 06:45:21 +01:00
* version 0.0.3 * Fix cross compile issues so we can now compile and publish a dependency for the scala 2.11 series scalafmt * bump versions on readme, try to fix scoverage crossversion issue * Downgrade scoverage to try and get it to work with ci * Tinker with scoverage versions * Add suggestion from scoverage people to exclude secp256k1jni from build coverage
15 lines
487 B
Scala
15 lines
487 B
Scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.8")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.14")
|
|
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0-M5")
|
|
|
|
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
|
|
|
|
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
|
|
|
|
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
|
|
|
|
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
|
|
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
|