mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 09:15:06 +02:00
**Problem** `java.net.URL` calls out to the network to perform `equals`, so we should remove that from anywhere that can be involved in caching etc. **Solution** This changes java.net.URL to java.net.URI in Keys.