From 5561229f19cddf8276808feafee325e9f2a3a753 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sun, 23 Mar 2014 02:46:37 +0100 Subject: [PATCH] paradise 2.0.0-M4 --- overviews/macros/paradise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overviews/macros/paradise.md b/overviews/macros/paradise.md index 0343c4518a..eb0b65ee1a 100644 --- a/overviews/macros/paradise.md +++ b/overviews/macros/paradise.md @@ -39,7 +39,7 @@ to your build (granted you’ve already [set up SBT](/overviews/macros/overview. to use macros). resolvers += Resolver.sonatypeRepo("releases") - addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M3" cross CrossVersion.full) + addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M4" cross CrossVersion.full) To use macro paradise in Maven follow the instructions provided at Stack Overflow on the page ["Enabling the macro-paradise Scala compiler plugin in Maven projects"](http://stackoverflow.com/questions/19086241/enabling-the-macro-paradise-scala-compiler-plugin-in-maven-projects) (also make sure to add the dependency on the Sonatype snapshots repository and `scala-reflect.jar`). @@ -47,7 +47,7 @@ To use macro paradise in Maven follow the instructions provided at Stack Overflo org.scalamacros paradise_ - 2.0.0-M3 + 2.0.0-M4