mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
Add a rootProject convenience macro that expands to a Project with base "."
and the enclosing val name as id. Allows writing `val root = rootProject`
instead of `val root = (project in file("."))` for a stable root project id.