Skip to content

Commit

Permalink
compiler plugins page: fix a 404 Mill link (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Aug 9, 2024
1 parent e42fca5 commit 235888e
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 235888e

Please sign in to comment.