From 72a8f43b67f0412bc4250ceb8abdf997dce4d351 Mon Sep 17 00:00:00 2001 From: albuch Date: Mon, 9 Jan 2017 18:45:08 +0100 Subject: [PATCH] Updated readme for version 0.1.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b7e763..6788072 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.1.4") + addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.1.5") ## Usage ### Tasks