Skip to content

Commit b5e34af

Browse files
committed
paradise 2.0.0-M3 release
1 parent 985f42a commit b5e34af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/macros/paradise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to your build (granted you’ve already [set up SBT](/overviews/macros/overview.
3838
to use macros).
3939

4040
resolvers += Resolver.sonatypeRepo("releases")
41-
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M2" cross CrossVersion.full)
41+
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M3" cross CrossVersion.full)
4242

4343
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`).
4444

0 commit comments

Comments
 (0)