djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Explore sbt-explicit-dependencies #19

Closed djspiewak closed 3 years ago

djspiewak commented 3 years ago

It provides two things: unused dependency checking and explicit dependency checking. The latter is something I really don't agree with, but the former (which is like stale imports) is actually really good. I'd like to incorporate the former by default but not the latter.