sbt-assembly v0.15.0 Release Notes
Release Date: 2020-06-22 // over 4 years ago-
- 🛠 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