Releases: rtimush/sbt-updates
Releases · rtimush/sbt-updates
0.6.3
What's Changed
- Extract versions from maven html listings in addition to maven-metadata.xml (#317)
- Set HTTP Accept header to support AWS CodeArtifact (#296 by @ybasket)
Full Changelog: 0.6.2...0.6.3
0.6.2
Fixes:
- Fix accessing repositories requiring authentication (#293)
0.6.1
Features:
- Support for GitLab private package repository authentication (#276, #279)
0.6.0
Features:
- Support versions prefixed with
v
(#244)
0.5.3
- Support another internal Nexus repository configuration (#226)
0.5.2
Published to Sonatype instead of BinTray.
0.5.1
Changes:
- Send
User-Agent
header to be more compatible with some private repositories configurations (#161).
0.5.0
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
0.4.3
Fixes:
- Continue anonymously if credentials cannot be loaded to be consistent with the default sbt behavior
0.4.2
Fixes:
- Dependencies defined in
project/*.scala
files were sometimes ignored