This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Description
I haven't used sbt-dependency-graph for a while and just noticed dependencyTree is not priting any output. I'm on sbt 1.2.7, Scala 2.12.7. What am I missing ? Here is how it looks like:
sbt:api-server> project rootApi
[info] Set current project to api-server (in build file:/home/expert/work/sideprojects/case/backend/server/api-server/)
sbt:api-server> dependencyTree
[success] Total time: 3 s, completed Dec 13, 2018, 5:26:27 PM
I thought maybe I should enable it now in build.sbt so I added enablePlugins(DependencyGraphPlugin) but it didn't help.