mkurz opened a new issue, #452: URL: https://github.com/apache/incubator-pekko-http/issues/452
I started to block [repo.scala-sbt.org](http://repo.scala-sbt.org/) and [repo.typesafe.com](http://repo.typesafe.com/) in my `/etc/hosts`. sbt-dependency-graph never made it to maven central. Turns out, this line https://github.com/apache/incubator-pekko-http/blob/a6f2ff64a8a028b39a662b460da1ba4c1fe81105/project/plugins.sbt#L20 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/apache/incubator-pekko-http/blob/a6f2ff64a8a028b39a662b460da1ba4c1fe81105/project/ValidatePullRequest.scala#L17-L18 which in sbt are now [internal](https://github.com/sbt/sbt/blob/v1.9.8/main/src/main/scala/sbt/internal/graph/model.scala#L67)... (Maybe it's easy to fix, but didn't try, leave that up to you) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
