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 69e0573 commit 56b6fb5Copy full SHA for 56b6fb5
website/docs/guides/advanced/verbosity.md
@@ -148,10 +148,10 @@ scala-cli config suppress-warning.experimental-features true
148
```
149
150
Depending on outdated libraries produces warnings, which can be suppressed with
151
-the `--suppress-outdated-dependencies-warning` option.
+the `--suppress-outdated-dependency-warning` option.
152
153
````bash
154
-scala-cli OldDeps.sc --suppress-outdated-dependencies-warning
+scala-cli OldDeps.sc --suppress-outdated-dependency-warning
155
````
156
157
Alternatively, the global config key `suppress-warning.outdated-dependencies-files` can be used.
0 commit comments