Skip to content

Commit

Permalink
ScalaCheck 1.12.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 1, 2016
1 parent 1822bf9 commit d3989de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions RELEASE
@@ -1,4 +1,4 @@
ScalaCheck 1.12.5 Release Notes
ScalaCheck 1.12.6 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,13 +26,12 @@ ScalaCheck highlights:

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

What's new in version 1.12.5?
What's new in version 1.12.6?

1.12.5 is a maintenance release that primarily fixes issues in the sbt test
runner that caused errors in the integration with ScalaTest and specs2. See
the following issue for details:
1.12.6 is a maintenance release that fixes the single issue
https://github.com/rickynils/scalacheck/issues/290 that caused a deadlock
when running ScalaCheck with Scala 2.12.

* https://github.com/rickynils/scalacheck/issues/173

ScalaCheck links:

Expand All @@ -50,7 +49,7 @@ ScalaCheck links:
)

libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.12.5" % "test"
"org.scalacheck" %% "scalacheck" % "1.12.6" % "test"
)

* Maven dependency
Expand All @@ -73,5 +72,5 @@ ScalaCheck links:
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.12.5</version>
<version>1.12.6</version>
</dependency>
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ sourceDirectory := file("dummy source directory")

lazy val versionNumber = "1.12.6"

lazy val isRelease = false
lazy val isRelease = true

lazy val travisCommit = Option(System.getenv().get("TRAVIS_COMMIT"))

Expand Down

0 comments on commit d3989de

Please sign in to comment.