Skip to content

Commit e9f9c39

Browse files
committed
Update paradise.md
1 parent af14709 commit e9f9c39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

overviews/macros/paradise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ to your build (granted you’ve already [set up SBT](/overviews/macros/overview.
4343
to use macros).
4444

4545
resolvers += Resolver.sonatypeRepo("releases")
46-
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0-M5" cross CrossVersion.full)
46+
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
4747

4848
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`).
4949

5050
<compilerPlugins>
5151
<compilerPlugin>
5252
<groupId>org.scalamacros</groupId>
5353
<artifactId>paradise_<YOUR.SCALA.VERSION></artifactId>
54-
<version>2.1.0-M5</version>
54+
<version>2.1.0</version>
5555
</compilerPlugin>
5656
</compilerPlugins>
5757

5858
Sources of macro paradise are available at [https://github.com/scalamacros/paradise](https://github.com/scalamacros/paradise).
5959
There are branches that support the latest 2.10.x release, the latest 2.11.x release,
60-
snapshots of 2.10.x, 2.11.x and 2.12.x, as well as Scala virtualized.
60+
snapshots of 2.10.x, 2.11.x and 2.12.x, as well as Scala virtualized.

0 commit comments

Comments
 (0)