All Versions
13
Latest Version
Avg Release Cycle
139 days
Latest Release
1434 days ago

Changelog History
Page 1

  • v0.5.1 Changes

    May 15, 2020

    ๐Ÿ”„ Changes:

    • โšก๏ธ Send User-Agent header to be more compatible with some private repositories configurations (#161).
  • v0.5.0 Changes

    October 14, 2019

    ๐Ÿš€ This release makes version handling deviate from the strict semver specification towards more real-world cases.

    ๐Ÿ”„ Changes:

    • ๐Ÿš€ Change the ordering of pre-release identifiers: (SNAP, SNAPSHOT) < ALPHA < BETA < M < RC
    • ๐Ÿ’… Handle sbt-dynver-style snapshots as snapshots
  • v0.4.3 Changes

    October 04, 2019

    ๐Ÿ›  Fixes:

    • 0๏ธโƒฃ Continue anonymously if credentials cannot be loaded to be consistent with the default sbt behavior
  • v0.4.2 Changes

    July 17, 2019

    ๐Ÿ›  Fixes:

    • Dependencies defined in project/*.scala files were sometimes ignored
  • v0.4.1 Changes

    June 24, 2019
    • โšก๏ธ Detect updates for sbt plugins published to Maven Central
    • ๐Ÿ‘Œ Support Ivy-style + versions (contributed by @kiranbayram)
  • v0.4.0 Changes

    February 16, 2019

    ๐Ÿ”‹ 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
  • v0.3.4 Changes

    January 17, 2018
    • ๐Ÿ›  Fixed occasional hangs on multi-module projects, thanks @tpolecat for reporting.
  • v0.3.3 Changes

    January 11, 2018
    • ๐Ÿ›  Fixed SBT 0.13.15 compatibility
  • v0.3.2 Changes

    September 27, 2017
    • ๐Ÿ‘ SBT 1.0 support
    • ๐Ÿ‘ Java 9 support
  • v0.3.1 Changes

    June 04, 2017
    • โšก๏ธ Updated Ivy dependency checker to the current BinTray html output.
    • ๐Ÿ‘ SBT 1.0.0-M5 and 1.0.0-M6 support.