Farah
Farah

Reputation: 2621

In there any Dependencies Hierarchical view in Intellij?

I used to use Eclipse and it has a view in which we can search a dependency and find different sources of it, and conclude the selected ones and the ommitted ones in case of conflicts.

Is there such in Intellij for an SBT project? Thank you.

Upvotes: 0

Views: 137

Answers (1)

y.bedrov
y.bedrov

Reputation: 6024

Currently sbt-dependency-graph is the wayh to go. There's an issue to improve this, please vote if you would like to increase its priority: https://youtrack.jetbrains.com/issue/SCL-11038

Upvotes: 1

Related Questions