Skip to content

Commit

Permalink
Upgrade macro-paradise dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaisorblade committed Jan 20, 2014
1 parent 1073cfe commit b4e01f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -18,7 +18,7 @@ libraryDependencies in ThisBuild += "org.scala-lang" % "scala-reflect" % scalaVe
// and other extended macro features.
// This dependency is only needed at compile time: the generated code does not
// need any additional support library.
libraryDependencies in ThisBuild += compilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M1" cross CrossVersion.full)
libraryDependencies in ThisBuild += compilerPlugin("org.scalamacros" % "paradise" % "2.0.0-M2" cross CrossVersion.full)
//Most documentation uses addCompilerPlugin(dependency), but that's equivalent to the following:
// libraryDependencies += compilerPlugin(dependency)
//We instead use compilerPlugin to be able to specify the scope.
Expand Down

0 comments on commit b4e01f5

Please sign in to comment.