Fix source-dependencies/macro-annotation

This commit is contained in:
Martin Duhem 2015-09-30 11:30:19 +02:00
parent da6fa75f92
commit 9d9d449485
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import sbt._
import Import._
import Keys._
object BuildSettings {
@ -42,4 +43,4 @@ object MyBuild extends Build {
file("core"),
settings = buildSettings
) dependsOn(macros)
}
}