stringbean / sbt-dependency-lock

sbt plugin for creating dependency lockfiles
https://stringbean.github.io/sbt-dependency-lock
Apache License 2.0
14 stars 6 forks source link

Add option for automatically updating lockfile #31

Closed stringbean closed 2 years ago

stringbean commented 2 years ago

This adds another option to dependencyLockAutoCheck called AutoUpdate that will automatically run dependencyLockWrite if a change in dependencies has been detected.

While this isn't a recommended way to using the plugin it has benefits for some users.