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
Weird, is that the latest version? Can you print the output of |
Yep, the latest version.
|
I'm on sbt |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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: