mirror of https://github.com/sbt/sbt.git
Fix typo
This commit is contained in:
parent
893f120dee
commit
9896f77012
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue