Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for sbt dependencyTree plugin #7485

Open
manuzhang opened this issue Jan 29, 2024 · 3 comments
Open

Add documentation for sbt dependencyTree plugin #7485

manuzhang opened this issue Jan 29, 2024 · 3 comments

Comments

@manuzhang
Copy link

The only documentation I can find on the website is this release note and the archived sbt-dependency-graph. Is there an official doc for this plugin?

@mkurz
Copy link
Member

mkurz commented Jan 29, 2024

Yeah, this was bothering me as well already. There is nothing more I think. I think the contents of the README should be integrated into the sbt docs.

@angabriel
Copy link

I am very interested in this as well.

Using sbt 1.7.1 with addDependencyTreePlugin in build.sbt.

sbt dependencyBrowseGraph fails with Not a valid key: dependencyBrowseGraph (similar: dependencyTreeModuleGraph0, dependencyTreeModuleGraphStore, dependencyTree).

The mentioned readme on the old sbt-dependency-graph site does not help. Maybe i am missing something?

@mkurz
Copy link
Member

mkurz commented Feb 2, 2024

Maybe i am missing something?

addDependencyTreePlugin needs to go into project/plugins.sbt not build.sbt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants