Skip to content

Commit

Permalink
update paradise jar to 2.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fdietze committed Jul 6, 2015
1 parent ed6c050 commit 34bfb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/helpers/CompileSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trait CompileSpec {
import scala.tools.nsc.{CompilerCommand, Global, Settings}

object Config {
val paradiseJar = System.getProperty("user.home") + "/.ivy2/cache/org.scalamacros/paradise_2.11.6/jars/paradise_2.11.6-2.1.0-M5.jar"
val paradiseJar = System.getProperty("user.home") + "/.ivy2/cache/org.scalamacros/paradise_2.11.7/jars/paradise_2.11.7-2.1.0-M5.jar"
val classpath = System.getProperty("sbt.paths.tests.classpath")

val options = s"-Xplugin-require:macroparadise -Xplugin:$paradiseJar -cp $classpath"
Expand Down

0 comments on commit 34bfb88

Please sign in to comment.