mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
The `cachedUpdate` implementation does not need to be in `Defaults` since it's not using any of the tasks/settings defined there, that's `updateTask`'s job. This commit moves the utilities required by `updateTask` to the `sbt.internal.librarymanagement` namespace.