Skip to content
Snippets Groups Projects
Commit 697b0bee authored by rrmckinley's avatar rrmckinley Committed by Matei Zaharia
Browse files

Scalacheck groupId has changed...

Scalacheck groupId has changed https://github.com/rickynils/scalacheck/issues/24. Necessary to build with scalaVersion 2.9.2. Works with 2.9.1 too.
parent 8a5bd4e7
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ object SparkBuild extends Build { ...@@ -31,7 +31,7 @@ object SparkBuild extends Build {
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"org.eclipse.jetty" % "jetty-server" % "7.5.3.v20111011", "org.eclipse.jetty" % "jetty-server" % "7.5.3.v20111011",
"org.scalatest" %% "scalatest" % "1.6.1" % "test", "org.scalatest" %% "scalatest" % "1.6.1" % "test",
"org.scala-tools.testing" %% "scalacheck" % "1.9" % "test" "org.scalacheck" %% "scalacheck" % "1.9" % "test"
), ),
parallelExecution := false, parallelExecution := false,
/* Workaround for issue #206 (fixed after SBT 0.11.0) */ /* Workaround for issue #206 (fixed after SBT 0.11.0) */
......
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