Skip to content

Commit

Permalink
Docs: Update build output folder in Internal docs (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaalali committed May 4, 2023
1 parent bf5103d commit 63365ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/internals.md
Expand Up @@ -81,7 +81,7 @@ It then replaces the non-commented `using` directives with space characters.

As described in [Scripts](scripts.md), `.sc` files are also "wrapped" in an `object`, and a `main` class is added to them, so that `.sc` files can be run as-is, and can access arguments via a special `args` variable.

In all cases, the resulting processed sources are written in the `.scala/project_…/src_generated` directory, and passed to Bloop from there.
In all cases, the resulting processed sources are written in the `.scala-build/project_…/src_generated` directory, and passed to Bloop from there.

## Postprocessing

Expand Down

0 comments on commit 63365ca

Please sign in to comment.