From e8f5e38c975faf004443ed72da10aade07f52765 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 10 Apr 2014 00:11:50 +0200 Subject: [PATCH] paradise 2.0.0-M8 --- 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 1e1ce62d86..ba01f076eb 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-M7" cross CrossVersion.full) + addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M8" 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-M7 + 2.0.0-M8