mirror of https://github.com/sbt/sbt.git
[2.x] refactor: Use foreach instead of map (#8793)
This commit is contained in:
parent
b3401a009e
commit
62d7b9a29f
|
|
@ -620,7 +620,7 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine {
|
|||
} else testLoop(m, c, c :: history)
|
||||
}
|
||||
}
|
||||
orgNamePairs map { orgname =>
|
||||
orgNamePairs foreach { orgname =>
|
||||
testLoop(orgname, orgname, List(orgname))
|
||||
}
|
||||
loopLists.toList
|
||||
|
|
|
|||
Loading…
Reference in New Issue