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