We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae3faa commit 6cf145fCopy full SHA for 6cf145f
README.md
@@ -34,7 +34,9 @@ Don't feel deterred by all the configuration settings defined in this plugin. Al
34
The best way to get started is to install the plugin, set your [NVD API Key](#nvd-api):
35
36
```sbt
37
-dependencyCheckNvdApi := NvdApiSettings("YOUR_NVD_API_KEY")
+import net.nmoncho.sbt.dependencycheck.settings._
38
+
39
+dependencyCheckNvdApi := NvdApiSettings(apiKey = "YOUR_NVD_API_KEY")
40
```
41
42
And then just run:
0 commit comments