From 6aced4f5076ac37bd34805bd3b90c925ad5355da Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 23 May 2012 12:58:14 +0200 Subject: [PATCH] another small notes fix --- notes/0.6.0.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.6.0.markdown b/notes/0.6.0.markdown index 0146dbd92..ddfef082d 100644 --- a/notes/0.6.0.markdown +++ b/notes/0.6.0.markdown @@ -3,7 +3,7 @@ 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 of `dependency-graph` - which generates a `.graphml` file. Nodes contain the dependency version as well (contributed by @gseitz). + 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 the `dependency-graph-ml-file` setting. * The common `scalaVersion in update` idiom to support Scala 2.9.1 libraries in a