Skip to content

Commit

Permalink
Removed builds for old Scala RC versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Mar 21, 2012
1 parent b8ed002 commit d688b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ organization := "org.scala-tools.testing"

scalaVersion := "2.9.1"

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

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

Expand Down

0 comments on commit d688b28

Please sign in to comment.