Releases: rtimush/sbt-updates
Releases · rtimush/sbt-updates
0.4.1
- Detect updates for sbt plugins published to Maven Central
- Support Ivy-style
+
versions (contributed by @kiranbayram)
0.4.0
Features:
- Exclude dependencies introduced by other SBT plugins
- Detect SBT plugin updates in maven repositories
Bugfixes:
- Take dependency overrides into account
- Set HTTP timeouts to reasonable values
0.3.4
- Fixed occasional hangs on multi-module projects, thanks @tpolecat for reporting.
0.3.3
- Fixed SBT 0.13.15 compatibility
0.3.2
- SBT 1.0 support
- Java 9 support
0.3.1
- Updated Ivy dependency checker to the current BinTray html output.
- SBT 1.0.0-M5 and 1.0.0-M6 support.
0.3.0
Now Ivy repositories hosted on BinTray will be checked for dependency updates in addition to Maven repositories.
This also means that updates for SBT plugins can be found.
0.2.0
- If your project uses
crossScalaVersions
you will be presented only with updates available for all scala versions.
- Unsupported protocols such as
ftp://
or s3://
do not cause errors anymore.
0.1.9
- Improved update exclusions, now filters are applied to potential updates, not to current dependencies.
- "Final" and "Release" versions are now recognized as stable.
- Added an option to allow pre-release updates reporting.