Sbt Updates Versions Save

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

0.1.5

9 years ago
  • Fixed a bug that made some updates not displayed in the plugin output. Thanks Alexey Romanchuk for contribution.

0.1.6

9 years ago
  • Fixed a bug with long numeric versions parsing.

0.1.7

9 years ago
  • Significantly improved plugin performance in multi-project builds
  • Option to fail a build if updates found
  • Dropped SBT 0.12.x compatibility

0.1.8

9 years ago
  • 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")