Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Updated CasbahBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Dec 4, 2012
1 parent 4f63566 commit d01cfd1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions project/CasbahBuild.scala
Expand Up @@ -124,7 +124,6 @@ object Dependencies {
val slf4j = "org.slf4j" % "slf4j-api" % "1.6.0"

val specs2 = "org.specs2" %% "specs2" % "1.5.1" % "provided"
//val specs2 = specs2Compile % "test"
val junit = "junit" % "junit" % "4.10" % "test"

def specs2ScalazCore(scalaVer: sbt.SettingKey[String]) =
Expand All @@ -141,12 +140,6 @@ object Dependencies {
result
}

/*def scalatest(scalaVer: sbt.SettingKey[String]) =
scalaVersionString(scalaVer) match {
case "2.8.1" => "org.scalatest" % "scalatest_2.8.1" % "1.5.1" % "test"
case _ => "org.scalatest" % "scalatest_2.9.0" % "1.6.1" % "test"
}*/

def scalatest(scalaVer: sbt.SettingKey[String]) =
scalaVersionString(scalaVer) match {
case "2.8.1" => "org.scalatest" % "scalatest_2.8.1" % "1.8" % "provided"
Expand Down

0 comments on commit d01cfd1

Please sign in to comment.