Better wording

This commit is contained in:
Johannes Rudolph 2015-11-26 14:43:22 +01:00
parent ce4c20dc60
commit 8e43a2fd02
1 changed files with 7 additions and 7 deletions

View File

@ -66,15 +66,15 @@ dependencyDotFile := file("dependencies.dot") //render dot file to `./dependenci
## Compatibility notes
* sbt < 0.13.6: fallback on the old ivy report XML backend which suffers from [#39]
* sbt < 0.13.5: no autoplugin support, you need to add
* 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
net.virtualvoid.sbt.graph.DependencyGraphSettings.graphSettings
```
```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).
to your `build.sbt` or (`~/.sbt/0.13/user.sbt` for global configuration) to enable the plugin.
* sbt <= 0.12.x: please use the old version from the [0.7 branch](https://github.com/jrudolph/sbt-dependency-graph/tree/0.7)
## License