mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
Previously, the autoimports for globally defined plugins were not imported for global configuration files, although they were imported for project configuration files. This patch causes an additional plugin discovery phase to happen during global config evaluation, so that auto-plugins can be detected and their imports subsequently included.