bitcoin-s/crypto-test/crypto-test.sbt
Chris Stewart c738f23e58 Fix build warnings that came with sbt 1.5.0 (#2857)
* Fix build warnings that came with sbt 1.5.0

* Fix more deprecation warnings

* Fix more warnings
2021-04-06 06:01:11 -05:00

12 lines
274 B
Scala

publishArtifact := false
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck,
"-verbosity",
"2")
coverageExcludedPackages := ".*gen"
coverageMinimum := 90
coverageFailOnMinimum := true