8000 paradise 2.0.0-M6 · yanana/scala.github.com@accfdb5 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit accfdb5

Browse files
committed
paradise 2.0.0-M6
1 parent 4641a98 commit accfdb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overviews/macros/paradise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ to your build (granted you’ve already [set up SBT](/overviews/macros/overview.
3939
to use macros).
4040

4141
resolvers += Resolver.sonatypeRepo("releases")
42-
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M3" cross CrossVersion.full)
42+
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M6" cross CrossVersion.full)
4343

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

4646
<compilerPlugins>
4747
<compilerPlugin>
4848
<groupId>org.scalamacros</groupId>
4949
<artifactId>paradise_<YOUR.SCALA.VERSION></artifactId>
50-
<version>2.0.0-M3</version>
50+
<version>2.0.0-M6</version>
5151
</compilerPlugin>
5252
</compilerPlugins>
5353

0 commit comments

Comments
 (0)
0