Skip to content

Commit 99edc9b

Browse files
committed
📝 Updated Readme for release v5.1.0
1 parent 98f70a9 commit 99edc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more information on how OWASP DependencyCheck works and how to read the repo
2222
## Getting started
2323
sbt-dependency-check is an AutoPlugin. Simply add the plugin to `project/plugins.sbt` file.
2424

25-
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.0.0")
25+
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")
2626

2727
Use sbt-dependency-check `v2.0.0` or higher as previous versions aren't compatible with NVD feeds anymore.
2828
Starting with sbt-dependency-check `v3.0.0` sbt v0.13.x is no longer supported.
@@ -235,7 +235,7 @@ If you want to apply some default configuration for all your SBT projects you ca
235235

236236
1. Add the plugin to `~/.sbt/1.0/plugins/sbt-dependency-check.sbt`
237237
```Scala
238-
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.0.0")
238+
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")
239239
```
240240

241241
1. Add settings at `~/.sbt/1.0/global.sbt` using their fully qualified name (including package and nested object structure). E.g.

0 commit comments

Comments
 (0)