mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
Up to coursier 1.0.0-RC12, setting COURSIER_CACHE=foo makes files land in e.g. foo/https/repo1.maven.org/…. https://github.com/coursier/coursier/pull/676 changed that to foo/v1/https/…. This commit reverts things back to what they were before that. In the long term, it would be better to keep the v1 component there, but I'd prefer not to change that behavior right now.