mirror of https://github.com/sbt/sbt.git
755 B
755 B
New features in this version:
dependency-graphtask now prints the dependency graph to the console (contributed by @gseitz)dependency-graph-mlcontains now the old functionality ofdependency-graphwhich generates a.graphmlfile. Nodes now contain the dependency version as well (contributed by @gseitz).- The output filename of
dependency-graph-mlhas been changed to include the configuration name. It is now configurable using thedependency-graph-ml-filesetting. - The common
scalaVersion in updateidiom 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.