You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of references to PropertyCheckConfig in generatorDrivenPropertyChecks.scala.html file; recent versions of scalacheck appear to use a new object, PropertyCheckConfiguration (note the suffix). The docs should be updated.
Also, it appears, though I'm not sure, that the examples have to be typed e.g.
There are a number of references to
PropertyCheckConfig
ingeneratorDrivenPropertyChecks.scala.html
file; recent versions of scalacheck appear to use a new object,PropertyCheckConfiguration
(note the suffix). The docs should be updated.Also, it appears, though I'm not sure, that the examples have to be typed e.g.
Otherwise the compiler complains
recursive value generatorDrivenConfig needs type
.The text was updated successfully, but these errors were encountered: