sbt-assembly 0.14.7 is cross built to sbt 0.13 and 1.x.
minor enhancements and bug fixes
- Fixes maxHashLength #288 by @xuwei-k
- Demotes "Including ..." and "Merging ..." logs #291 by @fommil
- Fixes file content handling to use buffer, and not load the entire file in memory #312 by @igieon
- defaultUniversalScript now runs under both windows and linux #301 by @LolHens
reference-overrides.conf
are merged by default #319 by @adrianbn
notes
- Bunch of code cleanups, JDK 9 testing by Yoshida-san