Skip to content

Releases: rtimush/sbt-updates

0.4.1

24 Jun 06:41
Compare
Choose a tag to compare
  • Detect updates for sbt plugins published to Maven Central
  • Support Ivy-style + versions (contributed by @kiranbayram)

0.4.0

16 Feb 10:46
Compare
Choose a tag to compare

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

17 Jan 23:05
Compare
Choose a tag to compare
  • Fixed occasional hangs on multi-module projects, thanks @tpolecat for reporting.

0.3.3

11 Jan 21:35
Compare
Choose a tag to compare
  • Fixed SBT 0.13.15 compatibility

0.3.2

27 Sep 07:42
Compare
Choose a tag to compare
  • SBT 1.0 support
  • Java 9 support

0.3.1

04 Jun 20:08
Compare
Choose a tag to compare
  • Updated Ivy dependency checker to the current BinTray html output.
  • SBT 1.0.0-M5 and 1.0.0-M6 support.

0.3.0

25 Nov 18:10
Compare
Choose a tag to compare

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

12 Aug 19:14
Compare
Choose a tag to compare
  • 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.10

23 Oct 06:58
Compare
Choose a tag to compare

0.1.9

03 Jul 07:36
Compare
Choose a tag to compare
  • 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.