Created
August 1, 2013 10:23
-
-
Save seanparsons/6130183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] (myproject/compile:compile) scala.reflect.internal.FatalError: class Universe does not have a member Quasiquote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NOTE: macros are compiled with macro paradise 2.10 | |
scalaVersion := "2.10.3-SNAPSHOT", | |
scalaOrganization := "org.scala-lang.macro-paradise", | |
libraryDependencies <+= (scalaVersion)("org.scala-lang.macro-paradise" % "scala-reflect" % _) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment