This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ For more information on how OWASP DependencyCheck works and how to read the repo
2020## Getting started
2121sbt-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
2525Use sbt-dependency-check ` v2.0.0 ` or higher as previous versions aren't compatible with NVD feeds anymore.
2626Starting 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
2182181 . 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
2232231 . Add settings at `~/.sbt/1.0/global.sbt` using their fully qualified name (including package and nested object structure ). E .g .
You can’t perform that action at this time.
0 commit comments