sbt-assembly v0.14.7 Release Notes

Release Date: 2018-06-17 // almost 6 years ago
  • sbt-assembly 0.14.7 is cross built to sbt 0.13 and 1.x.

    v0.14.6...v0.14.7

    ๐Ÿ›  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