mirror of https://github.com/sbt/sbt.git
Move to `core-macros` and depend on it
This commit is contained in:
parent
d2f019a47a
commit
10c737ae20
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue