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
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.5→0.9.2Release Notes
jrudolph/sbt-dependency-graph (net.virtual-void:sbt-dependency-graph)
v0.9.2Compare Source
whatDependsOnwhere task parser failed when no other sbt-dependency-graph task was called beforev0.9.1Compare Source
whatDependsOncan now be called without specifying a version. Thanks, @chikei for the initial implementation.ivyReportnow reports correct path again even for older sbt versions (< 0.13.16)v0.9.0Compare 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
dependencyGraphtask is currently notsupported on sbt 1.0. Use
dependencyBrowseGraph, instead.v0.8.2Compare Source
This is a maintenance release fixing
dependencyBrowseGraphin the latest Chrome versions. Thanks @chtefi!
v0.8.1Compare Source
This is a maintenance release fixing a regression in 0.8.0 and adding two small features.
All changes:
dependencyStatswhich prints asimple table of jar sizes for all your dependencies. Handy if you want to know why your assembled jar gets so big.
dependencyListwhich prints aflat, deduplicated list of all the transitive dependencies.
v0.8.0Compare 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)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.graphSettingsline from your configurations.Other changes
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.
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.
This PR has been generated by Renovate Bot.