Skip to content

Releases: rtimush/sbt-updates

0.1.8

01 Feb 09:05
Compare
Choose a tag to compare
  • Now an auto-plugin, so the minimal supported SBT version is 0.13.5
  • Option to exclude some modules from update checking

Exclusions example:

dependencyUpdatesExclusions := moduleFilter(organization = "org.scala-lang")

0.1.7

01 Feb 09:05
Compare
Choose a tag to compare
  • Significantly improved plugin performance in multi-project builds
  • Option to fail a build if updates found
  • Dropped SBT 0.12.x compatibility

0.1.6

01 Feb 09:06
Compare
Choose a tag to compare
  • Fixed a bug with long numeric versions parsing.

0.1.5

01 Feb 09:06
Compare
Choose a tag to compare
  • Fixed a bug that made some updates not displayed in the plugin output. Thanks Alexey Romanchuk for contribution.