Fix readme markdown

This commit is contained in:
Alex Bezhan 2017-06-05 14:35:23 +03:00
parent e397e5b6d2
commit d81aaf0f9c
1 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ dependencyDotFile := file("dependencies.dot") //render dot file to `./dependenci
```scala ```scala
net.virtualvoid.sbt.graph.DependencyGraphSettings.graphSettings net.virtualvoid.sbt.graph.DependencyGraphSettings.graphSettings
``` ```
to your `build.sbt` or (`~/.sbt/0.13/user.sbt` for global configuration) to enable the plugin. 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). * 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).