mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
c738f23e58
* Fix build warnings that came with sbt 1.5.0 * Fix more deprecation warnings * Fix more warnings
12 lines
274 B
Scala
12 lines
274 B
Scala
publishArtifact := false
|
|
|
|
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck,
|
|
"-verbosity",
|
|
"2")
|
|
|
|
coverageExcludedPackages := ".*gen"
|
|
|
|
coverageMinimum := 90
|
|
|
|
coverageFailOnMinimum := true
|