mirror of https://github.com/sbt/sbt.git
735 B
735 B
Changes
- Fetch artifacts with custom packaging types (e.g.
aarpackaging, #620) - Fix
updateSbtClassifiersin sbt-coursier (regressed during RCs, #620) - Add short syntax for jitpack repository from the CLI tools (e.g.
-r jitpackto add the jitpack repository, #620) - Add support for SHA-256 (thanks to @gaboraranyossy-da, #625)
- Switch to scala-js 0.6.19 (#627)
- Fix
publishSignedwhen sbt-coursier is enabled (regressed in RC8, #627)