sbt/main
Eugene Yokota 2956f168db Make loading order alphabetical for plugins
**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.
2023-10-15 22:09:23 -04:00
..
src Make loading order alphabetical for plugins 2023-10-15 22:09:23 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00