mirror of https://github.com/sbt/sbt.git
Fix source-dependencies/macro-annotation
This commit is contained in:
parent
da6fa75f92
commit
9d9d449485
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue