Releases: rtimush/sbt-updates
Releases · rtimush/sbt-updates
0.1.8
- 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
- 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
- Fixed a bug with long numeric versions parsing.
0.1.5
- Fixed a bug that made some updates not displayed in the plugin output. Thanks Alexey Romanchuk for contribution.