mirror of https://github.com/sbt/sbt.git
1.9 KiB
1.9 KiB
Changes
- Remove some references to types directly under
sbt.insbt-sharedmodule, to ease using coursier from sbt itself (#775, thanks to @leonardehrenfried) - Update points in
DEVELOPMENT.md(#777 thanks to @baroquebobcat, #776) - Automatically initialize and update submodules when compiling coursier (#785)
- Allow to specify the URL of a dependency via the CLI (#774, thanks to @dotordogh, use like
coursier fetch org:name:ver,url=https%3A%2F%2F…%2Ffoo.jar) coreandcachemodules don't depend on scalaz anymore (#781, #796, #807)- Remove some deprecated methods (#800, thanks to @wisechengyi)
- Switch to directories 6 (#806)
- Better handling of classifiers in JSON report (#782, thanks to @baroquebobcat)
- Reattempt downloads in case of checksum error (#797, thanks to @wisechengyi)
- Handle invalid partial content response code by retrying to download from start of file (#795, thanks to @rberenguel)