Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
scope test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Feb 17, 2011
1 parent eba1dd5 commit 5ed1449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/TwitterActorsProject.scala
Expand Up @@ -5,8 +5,8 @@ import com.twitter.sbt.{SubversionPublisher, StandardProject}

class TwitterActorsProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {
val specs = buildScalaVersion match {
case "2.7.7" => "org.scala-tools.testing" % "specs" % "1.6.2.1"
case _ => "org.scala-tools.testing" %% "specs" % "1.6.5"
case "2.7.7" => "org.scala-tools.testing" % "specs" % "1.6.2.1" % "test"
case _ => "org.scala-tools.testing" % "specs_2.8.0" % "1.6.5" % "test"
}

override def disableCrossPaths = false
Expand Down

0 comments on commit 5ed1449

Please sign in to comment.