This commit is contained in:
Alexandre Archambault 2016-04-01 00:39:31 +02:00
parent e634e108cf
commit 4b3659bd0f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ object FromSbt {
}
for {
(from, to) <- allMappings.toSeq
(from, to) <- allMappings
attr <- attributes
} yield from -> dep.copy(configuration = to, attributes = attr)
}