Skip to content
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

compiler plugins page: fix a 404 Mill link #3054

Merged
merged 1 commit into from
Aug 9, 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
6 changes: 3 additions & 3 deletions _overviews/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ object foo extends ScalaModule {
```

Please notice, that compiler plugins are typically bound to the full
version of the compiler, hence you have to use the `:::` (instead of
normal `::`) between the organization and the artifact name,
version of the compiler, hence you have to use the `:::` (instead of
normal `::`) between the organization and the artifact name,
to declare your dependency.

For more information about plugin usage in Mill, please refer to the
[Mill documentation](https://com-lihaoyi.github.io/mill/mill/Configuring_Mill.html#_scala_compiler_plugins).
[Mill documentation](http://mill-build.org/mill/Scala_Module_Config.html#_scala_compiler_plugins).

## Developing compiler plugins with an IDE

Expand Down