diff --git a/build.sbt b/build.sbt index d78f3f9dd..28965d74a 100644 --- a/build.sbt +++ b/build.sbt @@ -396,7 +396,8 @@ def allProjects = mainSettingsProj, mainProj, sbtProj, - bundledLauncherProj + bundledLauncherProj, + coreMacrosProj ) lazy val nonRoots = allProjects.map(p => LocalProject(p.id))