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
sbt-dependency-graph
Turns out, this line
sbt-paradox-dependencies/build.sbt
Line 17 in a0b8f9d
is not needed anymore since sbt 1.4, because it's build in now. See https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced
Actually for advanced usage you can replace it with
addDependencyTreePlugin
However it's not that easy, because you make use of apis here: https://github.com/search?q=repo%3Alightbend%2Fsbt-paradox-dependencies%20ModuleGraph&type=code
which in sbt are now internal... (Maybe it's easy to fix, but didn't try, leave that up to you)
The text was updated successfully, but these errors were encountered:
Same here:
Sorry, something went wrong.
I guess we will discontinue this plugin.
No branches or pull requests
Turns out, this line
sbt-paradox-dependencies/build.sbt
Line 17 in a0b8f9d
is not needed anymore since sbt 1.4, because it's build in now.
See https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced
Actually for advanced usage you can replace it with
However it's not that easy, because you make use of apis here:
https://github.com/search?q=repo%3Alightbend%2Fsbt-paradox-dependencies%20ModuleGraph&type=code
which in sbt are now internal...
(Maybe it's easy to fix, but didn't try, leave that up to you)
The text was updated successfully, but these errors were encountered: