github albuch/sbt-dependency-check v3.0.0

latest releases: v5.1.0, v5.0.0, v4.3.0...
3 years ago

Breaking Changes

  • Dropped sbt v0.13.x support. It's time to upgrade to sbt v1.x if you haven't done already.
  • If upgrading from sbt-dependency-check v2.0.0 or earlier make sure to run dependencyCheckPurge once before running any other task as there are incompatible database changes.

Noteworthy Changes

  • You can now define allmost all settings with Global or ThisBuild to set up your own defaults for all your projects in your build. See #100 and the updated Multi-Project Setup section in the README.

Bugfixes

  • Fixed an issue for dependencyCheckPurge task which was using an outdated hard-coded value for the database filename and therefore never deleting the database. This was additionally causing users issues when uprading to sbt-dependency-check v2.1.0 as it was a required step in the upgrade path. See #145
  • Fixed an issue where sbt-dependency-check was throwing an error for projects that have JvmPlugin disabled. #122
  • Fixed an error in the docs for dependencyCheckFormat. #148

Don't miss a new sbt-dependency-check release

NewReleases is sending notifications on new releases.