This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
dependencyTree is not printing anything (sbt 1.2.7) #171
Comments
unoexperto
changed the title
dependencyTree is not priting anything (sbt 1.2.7)
dependencyTree is not printing anything (sbt 1.2.7)
Dec 13, 2018
Weird, is that the latest version? Can you print the output of |
Yep, the latest version.
|
I'm on sbt |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I haven't used
sbt-dependency-graph
for a while and just noticeddependencyTree
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:I thought maybe I should enable it now in build.sbt so I added
enablePlugins(DependencyGraphPlugin)
but it didn't help.The text was updated successfully, but these errors were encountered: