mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
Fixes #2232 Within `build.sbt` this makes sure that definitions are ordered from top to bottom. This matters when multiple subprojects refer to the same setting (probably not a good practice).