Releases: sbt/sbt-assembly
Releases · sbt/sbt-assembly
0.14.5
sbt-assembly 0.14.5 is cross built to sbt 0.13 and 1.0.0-M6.
minor enhancements and bug fixes
- Jar Jar Links updated to 1.6.4. #238 by @pomadchin
- Adds
AssemblyOptionto limit the generated hash length. #241 by @bivas
notes
- Adds shoutout to sbt-assembly-log4j2 on readme.
- House keeping. #253 by @xuwei-k
0.14.4_1.0.0-M5
This is 0.14.4 back published to sbt 1.0.0-M5.
0.14.4
shading fix
- Fixes shading not inserting unmanaged dependencies appropriately in the jar. #233 by @damdev
- Fixes "VerifyError: Inconsistent stackmap frames" issue by updating library dependency Jar Jar Links 1.6.3 and asm 5.2. See also #317586. #237 by @pomadchin
minor enhancements and bug fixes
- Change prependShellScript to always use line feed. #210 by @naegelejd
- Scalactic is bumped to 3.0.1. #237 by @pomadchin