All Versions
13
Latest Version
Avg Release Cycle
139 days
Latest Release
1669 days ago
Changelog History
Page 1
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).
- โก๏ธ Send
-
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
- Dependencies defined in
-
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.