-
-
Notifications
You must be signed in to change notification settings - Fork 58
Description
It'd be nice to be able to see updates for all a project's dependencies, rather than just those explicitly mentioned in the libraryDependencies setting. This could be achieved via a setting or a separate task
In particular, if a library pulled in by one of your project's dependencies has a vulnerability it's great to be able to work out if there's a patch-upgrade available that would fix it. That's fairly tedious to do by hand, this plugin would make that very easy if it were possible.
I understand it's much more complicated than the current behaviour, perhaps combining this plugin with sbt-dependency-graph would be the easiest way to achieve it.
I'm interested to hear your thoughts on whether you think this would be a useful addition or if you feel it would be better as a separate tool.