I have made some new ScalaCheck builds available at the
scala-tools.org repository.
ScalaCheck 1.6 has been built with Scala 2.7.2, 2.7.3,
2.7.4, 2.7.5 and 2.7.6. The builds are available at
http://www.scala-tools.org/repo-releases as the following
artifacts:
group id: org.scala-tools.testing
version: 1.6
artifact id: scalacheck_2.7.2
artifact id: scalacheck_2.7.3
artifact id: scalacheck_2.7.4
artifact id: scalacheck_2.7.5
artifact id: scalacheck_2.7.6
ScalaCheck 1.7-SNAPSHOT has been built with Scala
2.8.0-20091013.004057. The build is available at
http://www.scala-tools.org/repo-snapshots as the
following artifact:
group id: org.scala-tools.testing
version: 1.7-SNAPSHOT
artifact id: scalacheck_2.8.0-20091013.004057-+
(the somewhat strange artifact names comes from
SBT's naming scheme)
All of the jars are also available from the ScalaCheck
site, http://code.google.com/p/scalacheck/downloads .
Regards,
Rickard Nilsson