Monday, April 7, 2014

How to display SBT dependency graph ?

http://stackoverflow.com/questions/19606243/resolving-dependencies-in-creating-jar-through-sbt-assembly

Add to project/plugins.sbt:
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
Add to build.sbt:
net.virtualvoid.sbt.graph.Plugin.graphSettings
Then run sbt dependency-graph.

No comments: