mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +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.