sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.24k stars 113 forks source link

Get rid of local updateTask copy by using `inTask` instead, fixes #148 #163

Closed jrudolph closed 5 years ago

jrudolph commented 5 years ago

If that really works, it will be a nice improvement because less internals from sbt need to be copied into the plugin.

Fixes #148.