mirror of https://github.com/sbt/sbt.git
3.0 KiB
3.0 KiB
Changes
- Hacks to lower the odds of redundancy in returned resolution artifacts (in case of redundant artifact URLs not already in cache, the first download locks the corresponding file for the others - #223, #230)
- Add support for
bintray:userandtypesafe:ivy-...repository aliases (#229) - Have the launch command accept arguments for the launched application right after
--(#229) - Fix regression in classloader isolation setup of the launch command (
-iand-Ioptions - #228) - Fix regression in the bootstrap command (#225)
- Take into account the
isMavenCompatibleflag of repositories from SBT (#221) - Remove unnecessary check making some resolutions fail (#222)
- First scripted tests of the SBT plugin (#212, #218)
- Add
-Poption to force displaying progress bars (in non interactive mode in particular, #217) - Add
update-localandupdate-local-changingmodes, that only try to update already existing locally artifacts (#217) - Try to download snapshot versioning metadata only for changing artifacts (#217)
- Add benchmark option
-Bto display resolution and resolution iterations durations (specify a negative value-nto run the resolutionntimes, a positive one to display the durations of individual iterations too - #217) - Use SBT logging to print things from the SBT plugin (#217)
- Don't flood the terminal with ignored errors from the SBT plugin (those of missing sources / javadoc in
updateClassifiersandupdateSbtClassifiers- #217) - Enlarge the scope of property substitution in POMs (fixes some resolution issues - #213)
- Add support for fallback artifacts (
fromsyntax) in SBT plugin (#212) - Add support for
excludeDependenciesin the SBT plugin (#212) - Better lookup of the main class by the launch command (#205)
- Rename SBT plugin artifact to
sbt-coursier(thanks to @soc, #202) - Change coursier artifacts organization to
io.get-coursier - Really suppress
/dev/tty not configuredmessage (#201)
Non-backward compatible changes
- Possible minor incompatible binary changes, it is recommended to recompile your code using coursier against the
1.0.0-M11version.