mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Fixes #4889 #4329 switched from using Map to Seq during packaging. That allowed multiple files to be included with different paths, but it also started admitting duplicate files causing ZipException.