mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
As described in sbt/sbt#676, arguments to `mergeMap` and `merge` methods were swapped causing wrong structures being created for Java compiled class files. This commit fixes sbt/sbt#676 and makes pending test to pass now.