From d81aaf0f9ccfd7c9b486aa067c1e87719da1f558 Mon Sep 17 00:00:00 2001 From: Alex Bezhan Date: Mon, 5 Jun 2017 14:35:23 +0300 Subject: [PATCH] Fix readme markdown --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 285e418e8..1e86e5f96 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,10 @@ dependencyDotFile := file("dependencies.dot") //render dot file to `./dependenci * sbt < 0.13.6: The plugin will fall back on the old ivy report XML backend which suffers from [#39]. * sbt < 0.13.5: Old versions of sbt have no `AutoPlugin` support, you need to add - ```scala +```scala net.virtualvoid.sbt.graph.DependencyGraphSettings.graphSettings - ``` +``` + to your `build.sbt` or (`~/.sbt/0.13/user.sbt` for global configuration) to enable the plugin. * sbt <= 0.12.x: Old versions of sbt are not actively supported any more. Please use the old version from the [0.7 branch](https://github.com/jrudolph/sbt-dependency-graph/tree/0.7).