File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -495,9 +495,9 @@ object SparkBuild extends Build {
495495 // assumptions about the the expression ids being contiguous. Running tests in parallel breaks
496496 // this non-deterministically. TODO: FIX THIS.
497497 parallelExecution in Test := false ,
498- addCompilerPlugin(" org.scalamacros" % " paradise" % " 2.0.0-M8 " cross CrossVersion .full),
498+ addCompilerPlugin(" org.scalamacros" % " paradise" % " 2.0.1 " cross CrossVersion .full),
499499 libraryDependencies <+= scalaVersion(v => " org.scala-lang" % " scala-compiler" % v ),
500- libraryDependencies += " org.scalamacros" %% " quasiquotes" % " 2.0.0-M8 " ,
500+ libraryDependencies += " org.scalamacros" %% " quasiquotes" % " 2.0.1 " ,
501501 libraryDependencies ++= Seq (
502502 " com.typesafe" %% " scalalogging-slf4j" % " 1.0.1"
503503 )
You can’t perform that action at this time.
0 commit comments