Open pshirshov opened 6 years ago
Same on JDK8.
Class org.scalatest.prop.Configuration
imports org.scalacheck.Test.TestCallback
. Configuration is used from org.scalatest.tools.Runner:919
. This will of course fail when Scalacheck is not on the classpath.
Expected behavior: Scalacheck is not a required dependency.
To reproduce run any scalacheck test.
3.2.0-SNAP9
works fine.