Skip to content

Commit

Permalink
Scala 2.9.2. Fixes issue #24.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Apr 15, 2012
1 parent 60b89f2 commit 61e416b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -8,9 +8,9 @@ licenses := Seq("BSD-style" -> url("http://www.opensource.org/licenses/bsd-licen

homepage := Some(url("http://www.scalacheck.org"))

scalaVersion := "2.9.1"
scalaVersion := "2.9.2"

crossScalaVersions := Seq("2.9.0", "2.9.0-1", "2.9.1", "2.9.2-RC1", "2.9.2-RC2", "2.9.2-RC3")
crossScalaVersions := Seq("2.9.0", "2.9.0-1", "2.9.1", "2.9.2")

libraryDependencies += "org.scala-tools.testing" % "test-interface" % "0.5"

Expand Down

0 comments on commit 61e416b

Please sign in to comment.