Skip to content

Commit 83dd092

Browse files
committed
Fix records version to 0.1
1 parent ac067cb commit 83dd092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ object SparkBuild extends Build {
499499
parallelExecution in Test := false,
500500
libraryDependencies ++= Seq(
501501
"com.typesafe" %% "scalalogging-slf4j" % "1.0.1",
502-
"ch.epfl.lamp" %% "scala-records" % "0.2-SNAPSHOT"
502+
"ch.epfl.lamp" %% "scala-records" % "0.1"
503503
)
504504
)
505505

0 commit comments

Comments
 (0)