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

Commit 1f93d5e

Browse files
committed
📝 Update readme for release of v3.4.1
1 parent eecae2c commit 1f93d5e

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
@@ -20,7 +20,7 @@ For more information on how OWASP DependencyCheck works and how to read the repo
2020
## Getting started
2121
sbt-dependency-check is an AutoPlugin. Simply add the plugin to `project/plugins.sbt` file.
2222

23-
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.4.0")
23+
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.4.1")
2424

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

218218
1. Add the plugin to `~/.sbt/1.0/plugins/sbt-dependency-check.sbt`
219219
```Scala
220-
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.4.0")
220+
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.4.1")
221221
```
222222

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