Skip to content

Commit 2d7fca5

Browse files
committed
Add missing suppress-warning.outdated-dependencies-files config key to Keys.all
1 parent 162e9a8 commit 2d7fca5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

modules/config/src/main/scala/scala/cli/config/Keys.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ object Keys {
134134
globalInteractiveWasSuggested,
135135
interactive,
136136
suppressDirectivesInMultipleFilesWarning,
137+
suppressOutdatedDependenciessWarning,
137138
pgpPublicKey,
138139
pgpSecretKey,
139140
pgpSecretKeyPassword,

website/docs/reference/commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Available keys:
6767
- repositories.default Default repository, syntax: https://first-repo.company.com https://second-repo.company.com
6868
- repositories.mirrors Repository mirrors, syntax: repositories.mirrors maven:*=https://repository.company.com/maven
6969
- suppress-warning.directives-in-multiple-files Globally suppresses warnings about directives declared in multiple source files.
70+
- suppress-warning.outdated-dependencies-files Globally suppresses warnings about outdated dependencies.
7071

7172
For detailed documentation refer to our website: https://scala-cli.virtuslab.org/docs/commands/misc/config
7273

website/docs/reference/scala-command/commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Available keys:
6666
- repositories.default Default repository, syntax: https://first-repo.company.com https://second-repo.company.com
6767
- repositories.mirrors Repository mirrors, syntax: repositories.mirrors maven:*=https://repository.company.com/maven
6868
- suppress-warning.directives-in-multiple-files Globally suppresses warnings about directives declared in multiple source files.
69+
- suppress-warning.outdated-dependencies-files Globally suppresses warnings about outdated dependencies.
6970

7071
For detailed documentation refer to our website: https://scala-cli.virtuslab.org/docs/commands/misc/config
7172

website/docs/reference/scala-command/runner-specification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ Available keys:
604604
- repositories.default Default repository, syntax: https://first-repo.company.com https://second-repo.company.com
605605
- repositories.mirrors Repository mirrors, syntax: repositories.mirrors maven:*=https://repository.company.com/maven
606606
- suppress-warning.directives-in-multiple-files Globally suppresses warnings about directives declared in multiple source files.
607+
- suppress-warning.outdated-dependencies-files Globally suppresses warnings about outdated dependencies.
607608

608609
For detailed documentation refer to our website: https://scala-cli.virtuslab.org/docs/commands/misc/config
609610

0 commit comments

Comments
 (0)