mirror of https://github.com/sbt/sbt.git
Cleaning
This commit is contained in:
parent
e634e108cf
commit
4b3659bd0f
|
|
@ -80,7 +80,7 @@ object FromSbt {
|
|||
}
|
||||
|
||||
for {
|
||||
(from, to) <- allMappings.toSeq
|
||||
(from, to) <- allMappings
|
||||
attr <- attributes
|
||||
} yield from -> dep.copy(configuration = to, attributes = attr)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue