Skip to content

Commit 4fd85dc

Browse files
committed
paradise 2.0.0-M2 release
1 parent 43ad1d2 commit 4fd85dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

overviews/macros/paradise.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ 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-M1" cross CrossVersion.full)
41+
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M2" 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

4545
<compilerPlugins>
4646
<compilerPlugin>
4747
<groupId>org.scalamacros</groupId>
4848
<artifactId>paradise_<YOUR.SCALA.VERSION></artifactId>
49-
<version>2.0.0-M1</version>
49+
<version>2.0.0-M2</version>
5050
</compilerPlugin>
5151
</compilerPlugins>
5252

5353
Sources of macro paradise are available at [https://github.com/scalamacros/paradise](https://github.com/scalamacros/paradise).
54-
There are branches that support several stable releases of 2.10.x, snapshots of 2.10 and 2.11, as well as Scala virtualized.
54+
There are branches that support the latest 2.10.x release, the latest 2.11.0 milestone release,
55+
snapshots of 2.10.x and 2.11.x, as well as Scala virtualized.

0 commit comments

Comments
 (0)