Scala 2.10 fix

This commit is contained in:
Alexandre Archambault 2015-07-04 16:30:33 +02:00
parent c061717521
commit a35e30c8ad
1 changed files with 2 additions and 0 deletions

View File

@ -13,12 +13,14 @@ object Cache {
lines
.find(_.startsWith("maven:"))
.map(_.stripPrefix("maven:").trim)
.toSeq
.contains("true")
def ivyLike =
lines
.find(_.startsWith("ivy-like:"))
.map(_.stripPrefix("ivy-like:").trim)
.toSeq
.contains("true")
def base =