Enable fetch-from-cache-first by default

This commit is contained in:
Alexandre Archambault 2015-11-24 22:18:24 +01:00
parent 83a9399ce1
commit d134bee906
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ package object coursier {
def process: ResolutionProcess = ResolutionProcess(underlying)
}
implicit def fetch(
def fetch(
repositories: Seq[core.Repository]
)(implicit
cachePolicy: CachePolicy
@ -110,7 +110,7 @@ package object coursier {
)
}
def fetchLocalFirst(
implicit def fetchLocalFirst(
repositories: Seq[core.Repository]
)(implicit
cachePolicy: CachePolicy