An open API service indexing awesome lists of open source software.

https://github.com/openbankproject/scala-macros


https://github.com/openbankproject/scala-macros

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

### 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: https://github.com/sbt/sbt/issues/399.