mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
**Problem** Plugins are topologically sorted, but plugins with equal weigh could modify the same key via `~=` etc, resulting in different builds depending on the artifact. **Solution** This attempts to fix that by first sorting the selected plugins by the class name before sorting it topologically.