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.
2 parents 69e0573 + 56b6fb5 commit a0fbd13Copy full SHA for a0fbd13
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