Skip to content

Commit

Permalink
ScalaCheck 1.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Jan 21, 2014
1 parent f67e124 commit 1f648d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions RELEASE
@@ -1,4 +1,4 @@
ScalaCheck 1.11.2 Release Notes
ScalaCheck 1.11.3 Release Notes

ScalaCheck is a powerful tool for property-based testing of Scala and Java
programs. It features automatic test case generation and simplification of
Expand Down Expand Up @@ -26,10 +26,12 @@ ScalaCheck highlights:

* ScalaCheck is well integrated with ScalaTest, sbt and specs2.

What's new in version 1.11.2?
What's new in version 1.11.3?

ScalaCheck 1.11.2 is maintenance release with a few bug fixes and some
features added. It is binary compatible with ScalaCheck 1.11.1.
ScalaCheck 1.11.3 is a quick fix for making ScalaCheck compile with Scala
2.9.3. ScalaCheck 1.11.2 unfortunately triggered a compiler bug in that
version of Scala. The below text is taken from the ScalCheck 1.11.2 release
notes:

The most notable feature addition is handy withX-methods to Test.Parameters
and Gen.Parameters. This lets you override individual parameter values
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -6,7 +6,7 @@ import VersionKeys.scalaParserCombinatorsVersion

name := "scalacheck"

version := "1.11.3-SNAPSHOT"
version := "1.11.3"

organization := "org.scalacheck"

Expand All @@ -22,7 +22,7 @@ crossScalaVersions := Seq("2.9.3", "2.10.3", "2.11.0-M7")

mimaDefaultSettings

previousArtifact := Some("org.scalacheck" % "scalacheck_2.10" % "1.11.2")
previousArtifact := Some("org.scalacheck" % "scalacheck_2.10" % "1.11.1")

libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"

Expand Down

0 comments on commit 1f648d5

Please sign in to comment.