Skip to content

Back port of documentation changes to main #3242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2024
Merged
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
2 changes: 1 addition & 1 deletion website/docs/guides/introduction/using-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ How can configuration that’s contained in source files be centralized?
configuration information.
Therefore, when your project needs to centralize its configuration, we recommend creating a `project.scala` file, and
placing the configuration there.
We plan to add ways to Scala CLI to migrate these settings into a centralized location with one command or click.
The experimental [Fix command](../../commands/fix.md) can do this automatically.

We are aware that `using` directives may be a controversial topic, so we’ve created
a [dedicated space for discussing `using` directives](https://github.com/VirtusLab/scala-cli/discussions/categories/using-directives-and-cmd-configuration-options).
Expand Down
Loading