Skip to content

Commit 675e679

Browse files
committed
Upgrade paradise.
1 parent 0093376 commit 675e679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)