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 {
495
495
// assumptions about the the expression ids being contiguous. Running tests in parallel breaks
496
496
// this non-deterministically. TODO: FIX THIS.
497
497
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),
499
499
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 " ,
501
501
libraryDependencies ++= Seq (
502
502
" com.typesafe" %% " scalalogging-slf4j" % " 1.0.1"
503
503
)
You can’t perform that action at this time.
0 commit comments