Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Added RC5 as the default build target.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Jun 18, 2010
1 parent 003b8bf commit c94eab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ project.organization=com.codahale
project.name=cassie
sbt.version=0.7.4
project.version=0.1-SNAPSHOT
build.scala.versions=2.8.0.RC3 2.8.0.Beta1 2.8.0.RC2
build.scala.versions=2.8.0.RC5 2.8.0.Beta1 2.8.0.RC2 2.8.0.RC3
project.initialize=false
1 change: 1 addition & 0 deletions project/build/Cassie.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Cassie(info: sbt.ProjectInfo) extends sbt.DefaultProject(info) with rsync.
case "2.8.0.Beta1" => "org.scalatest" % "scalatest" % "1.0.1-for-scala-2.8.0.Beta1-with-test-interfaces-0.3-SNAPSHOT" % "test" withSources() intransitive()
case "2.8.0.RC2" => "org.scalatest" % "scalatest" % "1.2-for-scala-2.8.0.RC2-SNAPSHOT" % "test" withSources() intransitive()
case "2.8.0.RC3" => "org.scalatest" % "scalatest" % "1.2-for-scala-2.8.0.RC3-SNAPSHOT" % "test" withSources() intransitive()
case "2.8.0.RC5" => "org.scalatest" % "scalatest" % "1.2-for-scala-2.8.0.RC5-SNAPSHOT" % "test" withSources() intransitive()
case unknown => error("no known scalatest impl for %s".format(unknown))
}
val mockito = "org.mockito" % "mockito-all" % "1.8.4" % "test" withSources()
Expand Down

0 comments on commit c94eab1

Please sign in to comment.