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