$ sbt "project test" test
[error] scala.tools.reflect.ToolBoxError: reflective compilation has failed:
[error]
[error] macro annotation could not be expanded (the most common reason for that is that you need to enable the macro paradise plugin; another possibility is that you try to use macro annotation in the same compilation run that defines it)
--
You received this message because you are subscribed to a topic in the Google Groups "scala-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-user/iYkSAoTdIFM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you very much, Eugene! Now all our generated code in the tests is automatically compiled with your code.