diff --git a/README.md b/README.md index 3474ad9..6cf397e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ For more information on how OWASP DependencyCheck works and how to read the repo ## Getting started sbt-dependency-check is an AutoPlugin, so you need sbt 0.13.5+. Simply add the plugin to `project/plugins.sbt` file. - addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.1") + addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.2") For sbt 1.0.0+ use version `0.1.10` or higher.