We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this project really have to depend on sbt-dependency-graph, that plugin is more something for your global settings.
with a global v0.10.0-RC1 I get
v0.10.0-RC1
[info] Loading settings for project alpakka from build.sbt ... [error] java.lang.NoClassDefFoundError: net/virtualvoid/sbt/graph/ModuleTree
I found #1388 but it is not clear to me why this project depends on this specific version.
The text was updated successfully, but these errors were encountered:
I think it's pulled in by sbt-paradox-apidoc (https://github.com/lightbend/sbt-paradox-dependencies/blob/2bd8a8f187b1172b965faa041c709d252acbdadf/build.sbt#L17), but at least we could update it to a version that's released to maven central there, now? would you be interested in PR'ing?
Sorry, something went wrong.
let me have a look
lightbend/sbt-paradox-dependencies#19
Fixed with #2147. Thank you @francisdb!
No branches or pull requests
Does this project really have to depend on sbt-dependency-graph, that plugin is more something for your global settings.
with a global
v0.10.0-RC1
I getI found #1388 but it is not clear to me why this project depends on this specific version.
The text was updated successfully, but these errors were encountered: