mirror of https://github.com/sbt/sbt.git
Minor API change
This commit is contained in:
parent
dc2e2278b0
commit
dc6e1c368c
|
|
@ -66,7 +66,7 @@ package object coursier {
|
|||
def process: ResolutionProcess = ResolutionProcess(underlying)
|
||||
}
|
||||
|
||||
def fetch(repositories: Seq[core.Repository]): ResolutionProcess.Fetch[Task] = {
|
||||
implicit def fetch(repositories: Seq[core.Repository]): ResolutionProcess.Fetch[Task] = {
|
||||
modVers =>
|
||||
Task.gatherUnordered(
|
||||
modVers
|
||||
|
|
|
|||
Loading…
Reference in New Issue