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
akka-http/project/plugins.sbt
Line 16 in 67c7041
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:
akka-http/project/ValidatePullRequest.scala
Lines 10 to 11 in 67c7041
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 story here:
Sorry, something went wrong.
No branches or pull requests
Turns out, this line
akka-http/project/plugins.sbt
Line 16 in 67c7041
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:
akka-http/project/ValidatePullRequest.scala
Lines 10 to 11 in 67c7041
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: