Move to `core-macros` and depend on it

This commit is contained in:
jvican 2017-05-23 23:54:22 +02:00
parent d2f019a47a
commit 10c737ae20
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
8 changed files with 1 additions and 2 deletions

View File

@ -261,14 +261,13 @@ lazy val coreMacrosProj = (project in file("core-macros"))
// Fixes scope=Scope for Setting (core defined in collectionProj) to define the settings system used in build definitions
lazy val mainSettingsProj = (project in file("main-settings"))
.dependsOn(commandProj, stdTaskProj)
.dependsOn(commandProj, stdTaskProj, coreMacrosProj)
.settings(
testedBaseSettings,
name := "Main Settings"
)
.configure(
addSbtUtilCache,
addSbtUtilApplyMacro,
addSbtCompilerInterface,
addSbtUtilRelation,
addSbtUtilLogging,