mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 01:26:55 +02:00
Refactor the `invalidateByExternal` method to take single, external api change. Introduce `invalidateByAllExternal` that takes all APIChanges object. This way `invalidateByExternal` will have an access to APIChange object that represents changed name hashes once name hashing is merged.