Merge pull request #107 from alexarchambault/topic/relative-cache-path

Fix cache getting confused if COURSIER_CACHE set to a relative path
This commit is contained in:
Alexandre Archambault 2016-01-14 09:51:54 +01:00
commit f1bdef65e5
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ object Cache {
"COURSIER_CACHE",
sys.props("user.home") + "/.coursier/cache/v1"
)
)
).getAbsoluteFile
lazy val default = Seq(
"http://" -> new File(defaultBase, "http"),