This commit is contained in:
Ethan Atkins 2019-07-27 20:49:24 -07:00
parent 893f120dee
commit 9896f77012
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ lazy val commandProj = (project in file("main-command"))
)
// The core macro project defines the main logic of the DSL, abstracted
// away from several sbt implementators (tasks, settings, et cetera).
// away from several sbt implementors (tasks, settings, et cetera).
lazy val coreMacrosProj = (project in file("core-macros"))
.dependsOn(collectionProj)
.settings(