Fix cache getting confused if COURSIER_CACHE set to a relative path

This commit is contained in:
Alexandre Archambault 2016-01-14 00:02:10 +01:00
parent a251e71190
commit da819fc69f
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"),