ScalaCheck is a property-based testing library for Scala and Java, generating test cases automatically.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.9.1-1</artifactId>
<version>1.10.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a simple property-based test using ScalaCheck.
Upgrade to a newer version like 1.17.0 and adjust imports accordingly.
No dependency data recorded yet.