Sbt Updates Versions Save

sbt plugin that can check Maven and Ivy repositories for dependency updates

0.6.3

1 year ago

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: https://github.com/rtimush/sbt-updates/compare/0.6.2...0.6.3

0.6.2

1 year ago

Fixes:

  • Fix accessing repositories requiring authentication (#293)

0.6.1

2 years ago

Features:

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

0.6.0

2 years ago

Features:

  • Support versions prefixed with v (#244)

0.5.3

3 years ago
  • Support another internal Nexus repository configuration (#226)

0.5.2

3 years ago

Published to Sonatype instead of BinTray.

0.5.1

3 years ago

Changes:

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

0.5.0

4 years ago

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

4 years ago

Fixes:

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

0.4.2

4 years ago

Fixes:

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