You can use this plugin to show a nice dependency tree/graph of your build dependencies. In your plugins.sbt file, add the following line:
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
Run Code Online (Sandbox Code Playgroud)
Then after that, do sbt clean compile for the plugin to take effect. Then in your terminal, execute sbt dependencyTree or any other command specified in this link.
Hope that helps!
| 归档时间: |
|
| 查看次数: |
2205 次 |
| 最近记录: |