Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Don't feel deterred by all the configuration settings defined in this plugin. Al
The best way to get started is to install the plugin, set your [NVD API Key](#nvd-api):

```sbt
dependencyCheckNvdApi := NvdApiSettings("YOUR_NVD_API_KEY")
import net.nmoncho.sbt.dependencycheck.settings._

dependencyCheckNvdApi := NvdApiSettings(apiKey = "YOUR_NVD_API_KEY")
```

And then just run:
Expand Down