Fix cache getting confused if COURSIER_CACHE set to a relative path

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