sbt-dependency-graph v0.8.1 Release Notes

Release Date: 2016-01-08 // over 8 years ago
  • 🚀 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.