mirror of https://github.com/sbt/sbt.git
649 B
649 B
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
dependencyStatswhich 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
dependencyListwhich prints a flat, deduplicated list of all the transitive dependencies.