sbt-assembly 2.3.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M2 | ✅ |
Note: Shading on sbt 2.0.0-M2 requires setting exportJars := false
.
sbt 2.x migration
- Cross build to sbt 2.x by @eed3si9n in #533
- refactor: Uses new slash syntax by @xuwei-k in #531
- refactor: Update the types by @eed3si9n in #535
updates
- fix: Fixes assembly not creating parent directories by @Roiocam in #525
- fix: Throws error when a misconfigured
assemblyOutputPath
is detected by @hygt in #523 - fix: Fixes compililation error on JDK 23 by @xuwei-k in #530
behind the scene
new contributors
Full Changelog: v2.2.0...v2.3.0