Skip to content

Commit

Permalink
Upgrade paradise.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Jul 9, 2014
1 parent 0093376 commit 675e679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SparkBuild.scala
Expand Up @@ -495,9 +495,9 @@ object SparkBuild extends Build {
// assumptions about the the expression ids being contiguous. Running tests in parallel breaks
// this non-deterministically. TODO: FIX THIS.
parallelExecution in Test := false,
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M8" cross CrossVersion.full),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.1" cross CrossVersion.full),
libraryDependencies <+= scalaVersion(v => "org.scala-lang" % "scala-compiler" % v ),
libraryDependencies += "org.scalamacros" %% "quasiquotes" % "2.0.0-M8",
libraryDependencies += "org.scalamacros" %% "quasiquotes" % "2.0.1",
libraryDependencies ++= Seq(
"com.typesafe" %% "scalalogging-slf4j" % "1.0.1"
)
Expand Down

0 comments on commit 675e679

Please sign in to comment.