Skip to content
Snippets Groups Projects
Commit 3def9fdb authored by Ismael Juma's avatar Ismael Juma Committed by Matei Zaharia
Browse files

Upgrade to scalacheck 1.9.

parent 0afd35a8
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class SparkProject(info: ProjectInfo) extends ParentProject(info) with IdeaProje ...@@ -38,7 +38,7 @@ class SparkProject(info: ProjectInfo) extends ParentProject(info) with IdeaProje
val hadoop = "org.apache.hadoop" % "hadoop-core" % "0.20.2" val hadoop = "org.apache.hadoop" % "hadoop-core" % "0.20.2"
val asm = "asm" % "asm-all" % "3.3.1" val asm = "asm" % "asm-all" % "3.3.1"
val scalaTest = "org.scalatest" % "scalatest_2.9.0" % "1.4.1" % "test" val scalaTest = "org.scalatest" % "scalatest_2.9.0" % "1.4.1" % "test"
val scalaCheck = "org.scala-tools.testing" % "scalacheck_2.9.0" % "1.8" % "test" val scalaCheck = "org.scala-tools.testing" % "scalacheck_2.9.0" % "1.9" % "test"
} }
class ReplProject(info: ProjectInfo) extends DefaultProject(info) with BaseProject with DepJar with XmlTestReport class ReplProject(info: ProjectInfo) extends DefaultProject(info) with BaseProject with DepJar with XmlTestReport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment