All Versions
9
Latest Version
Avg Release Cycle
192 days
Latest Release
1603 days ago
Changelog History
Changelog History
-
v0.15.0 Changes
June 22, 2020- π Fixes
assembly / assemblyOption ~= _.copy(includeScala = false)
to not affect scala-xml for Scala 2.13 and later since it's no longer included in the binary Scala distribution #383 by @abhamjee - Switches shading library from Jar Jar Links to Jar Jar Abrams #393 by @jeroentervoorde (thanks Simacan!)
- π Fixes
-
v0.14.10 Changes
July 11, 2019 -
v0.14.9 Changes
October 29, 2018- β‘οΈ Updates Jar Jar Links to 1.7.2, which uses ASM 7.0 for a better JDK 11 support on shading. Fixes #343
-
v0.14.8 Changes
September 30, 2018- β‘οΈ Updates Jar Jar Links to 1.6.6, which updates ASM to 6.2, which adds support for JDK 11 #329 by @lucastorri
-
v0.14.7 Changes
June 17, 2018sbt-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
-
v0.14.6 Changes
November 14, 2017sbt-assembly 0.14.5 is cross built to sbt 0.13 and 1.x.
π minor enhancements and bug fixes
- β¬οΈ Upgrades Jar Jar Links to 1.6.5 for better Java 9 support. #280 by @bantonsson
- sbt-assembly 0.14.5 now concatenates
application.conf
, just likereference.conf
. #275 by @nafg - π Fixes
defaultShellScript
when providing arguments. #240/#260 by @BenFradet - π Fixes shell script line endings. #269/#270 by @samueltardieu
notes
- π Fixes documentation to make it compatible with sbt 1. #271 by @keweishang
- π Fixes typos in the readme. #273 by @SethTisue
- Q: Despite the concerned friends, I still want publish fat JARs. What advice do you have?
-
v0.14.5 Changes
June 13, 2017sbt-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
AssemblyOption
to limit the generated hash length. #241 by @bivas
notes
- β Adds shoutout to sbt-assembly-log4j2 on readme.
- House keeping. #253 by @xuwei-k
-
v0.14.4 Changes
February 16, 2017shading 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
-
v0.14.3
April 07, 2016