Skip to content

Instantly share code, notes, and snippets.

@seanparsons
Created August 1, 2013 10:23
Show Gist options
  • Save seanparsons/6130183 to your computer and use it in GitHub Desktop.
Save seanparsons/6130183 to your computer and use it in GitHub Desktop.
[error] (myproject/compile:compile) scala.reflect.internal.FatalError: class Universe does not have a member Quasiquote
// 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