README: sbt 0.13 is only supported starting from 0.13.10

Fixes #148.
This commit is contained in:
Johannes Rudolph 2018-01-02 13:55:48 +01:00 committed by GitHub
parent 1a56850401
commit 5e3bbdb8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
To add the plugin only to a single project, put this line into `project/plugins.sbt` of your project, instead.
The plugin currently supports sbt versions >= 0.13.6 and sbt 1.0.x. For versions supporting older versions of sbt see
The plugin currently supports sbt versions >= 0.13.10 and sbt 1.0.x. For versions supporting older versions of sbt see
the notes of version [0.8.2](https://github.com/jrudolph/sbt-dependency-graph/tree/v0.8.2#compatibility-notes).
## Main Tasks