Hi,
Can anyone help figure out why the scala build which uses scalacheck does not fail despite having scalacheck properties that evaluate to false?
The reported issue is here:
https://github.com/scala/bug/issues/10374
This is what is happening when a property result is false. The method is logged in red but the build passes.
What is it about the use of scalacheck and sbt in this project that can be fixed?
Many thanks for any suggestions or tips.
Janek