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 @@ -22,7 +22,7 @@ For more information on how OWASP DependencyCheck works and how to read the repo
2222## Getting started
2323sbt-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
2727Use sbt-dependency-check ` v2.0.0 ` or higher as previous versions aren't compatible with NVD feeds anymore.
2828Starting 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
2362361 . 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
2412411 . 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