Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 367 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 367 Bytes

An example SBT project which uses macros (Scala 2.12, SBT 0.13)

To verify that everything works fine, do sbt run.

Note that currently SBT doesn't support recompilation of macro clients if the dependencies of the macro implementation have changed - macro clients are only recompiled when the macro definition itself is: sbt/sbt#399.