sbt/cli
Alexandre Archambault a2ef75abcb
Adjust tests relying on cache path (#910)
The default cache path changed some time ago, from ~/.coursier/cache/v1
to ~/.cache/coursier/v1 (Linux) or ~/Library/Caches/Coursier/v1 (OS X).

The former is still used if it is found locally and the new one isn't
found. Else the new one is created if necessary, and used.
2018-09-27 13:41:24 +02:00
..
src Adjust tests relying on cache path (#910) 2018-09-27 13:41:24 +02:00