Skip to content

Releases: rtimush/sbt-updates

0.6.3

30 May 08:03
66f38db
Compare
Choose a tag to compare

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

30 May 07:59
ef8e16c
Compare
Choose a tag to compare

Fixes:

  • Fix accessing repositories requiring authentication (#293)

0.6.1

21 Dec 16:29
7a77dea
Compare
Choose a tag to compare

Features:

  • Support for GitLab private package repository authentication (#276, #279)

0.6.0

21 Dec 16:27
d244dc2
Compare
Choose a tag to compare

Features:

  • Support versions prefixed with v (#244)

0.5.3

13 Apr 07:02
fef4f35
Compare
Choose a tag to compare
  • Support another internal Nexus repository configuration (#226)

0.5.2

06 Mar 13:30
a51e2c3
Compare
Choose a tag to compare

Published to Sonatype instead of BinTray.

0.5.1

15 May 14:50
95acf26
Compare
Choose a tag to compare

Changes:

  • Send User-Agent header to be more compatible with some private repositories configurations (#161).

0.5.0

14 Oct 19:15
Compare
Choose a tag to compare

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

04 Oct 20:01
Compare
Choose a tag to compare

Fixes:

  • Continue anonymously if credentials cannot be loaded to be consistent with the default sbt behavior

0.4.2

17 Jul 22:48
Compare
Choose a tag to compare

Fixes:

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