File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ title: マクロパラダイス
3737
3838 resolvers += Resolver.sonatypeRepo("releases")
3939
40- addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.0 " cross CrossVersion.full)
40+ addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.1 " cross CrossVersion.full)
4141
4242マクロパラダイスを Maven から利用するには、Stack Overflow の [ 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 ) に書かれた手順に従ってほしい。
4343(Sonatype snapshots と ` scala-reflect.jar ` への依存性を追加することにも注意)
@@ -46,7 +46,7 @@ title: マクロパラダイス
4646 <compilerPlugin>
4747 <groupId>org.scalamacros</groupId>
4848 <artifactId>paradise_<YOUR.SCALA.VERSION></artifactId>
49- <version>2.0.0 </version>
49+ <version>2.0.1 </version>
5050 </compilerPlugin>
5151 </compilerPlugins>
5252
You can’t perform that action at this time.
0 commit comments