Merge pull request #77 from alexarchambault/topic/local-first-by-default

Enable fetch-from-cache-first by default
This commit is contained in:
Alexandre Archambault 2015-11-24 23:58:34 +01:00
commit f40b3b3508
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