mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +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.