File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
modules/config/src/main/scala/scala/cli/config Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ object Keys {
134
134
globalInteractiveWasSuggested,
135
135
interactive,
136
136
suppressDirectivesInMultipleFilesWarning,
137
+ suppressOutdatedDependenciessWarning,
137
138
pgpPublicKey,
138
139
pgpSecretKey,
139
140
pgpSecretKeyPassword,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Available keys:
67
67
- repositories.default Default repository, syntax: https://first-repo.company.com https://second-repo.company.com
68
68
- repositories.mirrors Repository mirrors, syntax: repositories.mirrors maven:* =https://repository.company.com/maven
69
69
- 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.
70
71
71
72
For detailed documentation refer to our website: https://scala-cli.virtuslab.org/docs/commands/misc/config
72
73
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Available keys:
66
66
- repositories.default Default repository, syntax: https://first-repo.company.com https://second-repo.company.com
67
67
- repositories.mirrors Repository mirrors, syntax: repositories.mirrors maven:* =https://repository.company.com/maven
68
68
- 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.
69
70
70
71
For detailed documentation refer to our website: https://scala-cli.virtuslab.org/docs/commands/misc/config
71
72
Original file line number Diff line number Diff line change @@ -604,6 +604,7 @@ Available keys:
604
604
- repositories.default Default repository, syntax: https://first-repo.company.com https://second-repo.company.com
605
605
- repositories.mirrors Repository mirrors, syntax: repositories.mirrors maven:* =https://repository.company.com/maven
606
606
- 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.
607
608
608
609
For detailed documentation refer to our website: https://scala-cli.virtuslab.org/docs/commands/misc/config
609
610
You can’t perform that action at this time.
0 commit comments