mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +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.