Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit a46fe6e

Browse files
committed
📝 Update Readme for new release
1 parent 10c567c commit a46fe6e

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" % "4.3.0")
25+
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.0.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.
@@ -234,7 +234,7 @@ If you want to apply some default configuration for all your SBT projects you ca
234234

235235
1. Add the plugin to `~/.sbt/1.0/plugins/sbt-dependency-check.sbt`
236236
```Scala
237-
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "4.3.0")
237+
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.0.0")
238238
```
239239

240240
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)