mirror of https://github.com/sbt/sbt.git
Enable fetch-from-cache-first by default
This commit is contained in:
parent
83a9399ce1
commit
d134bee906
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue