All Versions
17
Latest Version
Avg Release Cycle
191 days
Latest Release
1407 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.2 Changes
March 02, 2013๐ This is a maintenance release. Following issues have been fixed:
- #27: A dependency configured with a version range was not properly associated with its dependant.
-
v0.7.1 Changes
๐ New features in this version:
dependency-license-info
: show dependencies grouped by declared licensedependency-dot
: create dot file from dependency graph. Contributed by berleon.
-
v0.7.0 Changes
October 24, 2012๐ New features in this version:
dependency-graph
now renders a real graph. Thanks go to Matt Russell for this added awesomeness.- The tree output from previous versions is now available with
dependency-tree
. - New task
what-depends-on
showing reverse dependency tree for a selected module (incl. tab-completion for modules) - Don't fail in cases of a missing dependency. Show errors directly in the output.
- Show info about evicted versions.
- By default, exclude scala-library dependency and append
[S]
to the artifact name instead. Setfilter-scala-library
tofalse
to disable this feature. - Works with sbt 0.12.1. The ivy report files were moved to a new location making an update necessary.
-
v0.6.0 Changes
May 23, 2012๐ New features in this version:
dependency-graph
task now prints the dependency graph to the console (contributed by @gseitz)dependency-graph-ml
contains now the old functionality ofdependency-graph
which generates a.graphml
file. Nodes now contain the dependency version as well (contributed by @gseitz).- The output filename of
dependency-graph-ml
has been changed to include the configuration name. It is now configurable using thedependency-graph-ml-file
setting. - The common
scalaVersion in update
idiom to support Scala 2.9.1 libraries in a Scala 2.9.2 broke the plugin in 0.5.2, because it wouldn't find the ivy report xml file any more. This was fixed. - All tasks are scoped by configuration.
-
v0.5.2
February 13, 2012 -
v0.5.1
November 18, 2011 -
v0.5
November 15, 2011