We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac067cb commit 83dd092Copy full SHA for 83dd092
project/SparkBuild.scala
@@ -499,7 +499,7 @@ object SparkBuild extends Build {
499
parallelExecution in Test := false,
500
libraryDependencies ++= Seq(
501
"com.typesafe" %% "scalalogging-slf4j" % "1.0.1",
502
- "ch.epfl.lamp" %% "scala-records" % "0.2-SNAPSHOT"
+ "ch.epfl.lamp" %% "scala-records" % "0.1"
503
)
504
505
0 commit comments