Skip to content

chore(deps): update dependency net.virtual-void:sbt-dependency-graph to v0.9.2#57

Open
sc-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/net.virtual-void-sbt-dependency-graph-0.x
Open

chore(deps): update dependency net.virtual-void:sbt-dependency-graph to v0.9.2#57
sc-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/net.virtual-void-sbt-dependency-graph-0.x

Conversation

@sc-renovate
Copy link
Copy Markdown

@sc-renovate sc-renovate bot commented Mar 28, 2026

This PR contains the following updates:

Package Type Update Change
net.virtual-void:sbt-dependency-graph plugin minor 0.7.50.9.2

Release Notes

jrudolph/sbt-dependency-graph (net.virtual-void:sbt-dependency-graph)

v0.9.2

Compare Source

  • #​159: Fixed regression in whatDependsOn where task parser failed when no other sbt-dependency-graph task was called before

v0.9.1

Compare Source

  • #​110: whatDependsOn can now be called without specifying a version. Thanks, @​chikei for the initial implementation.
  • #​150: ivyReport now reports correct path again even for older sbt versions (< 0.13.16)

v0.9.0

Compare Source

This version (finally!) adds support for sbt 1.0. sbt-dependency-graph depends on a lot of internals from sbt to do its
work which is why it was quite an effort to do the migration. Thanks @​MasseGuillaume from Scala Center,
@​2m, and @​xuwei-k for helping out with the effort.

The plugin is cross-built for sbt 0.13 (and will continued to be for while). The dependencyGraph task is currently not
supported on sbt 1.0. Use dependencyBrowseGraph, instead.

v0.8.2

Compare Source

This is a maintenance release fixing dependencyBrowseGraph
in the latest Chrome versions. Thanks @​chtefi!

v0.8.1

Compare Source

This is a maintenance release fixing a regression in 0.8.0 and adding two small features.

All changes:

  • #​84: Fix regression of DOT label rendering introduced in 0.8.0.
  • #​83: Added new task dependencyStats which prints a
    simple table of jar sizes for all your dependencies. Handy if you want to know why your assembled jar gets so big.
  • #​85: Added new task dependencyList which prints a
    flat, deduplicated list of all the transitive dependencies.

v0.8.0

Compare Source

sbt-dependency-graph is finally an AutoPlugin and can now show the dependency graph in the browser directly.

New features
  • (experimental) open dependency graph directly in the browser with dependencyBrowseGraph (#​29)
    dependencyBrowseGraph in action

  • this plugin is finally an sbt AutoPlugin and it is automatically enabled
    (#​51)

Note: To update from 0.7.x remove the net.virtualvoid.sbt.graph.Plugin.graphSettings line from your configurations.

Other changes
  • a new backend was implemented which accesses the in-memory dependency data structures of sbt directly. The plugin doesn't
    require accessing the ivy report XML any more (the old backend can still be wired in for comparisons if needed) which
    should have solved the race condition and the dreaded FileNotFoundException (#​39)
    in multi-module projects. The new backend is only used for sbt >= 0.13.6.
  • code was restructured which touched a lot of the classes but didn't change the function or syntax of settings and tasks.
  • fixed #​77

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants