File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,12 +268,12 @@ object foo extends ScalaModule {
268268```
269269
270270Please notice, that compiler plugins are typically bound to the full
271- version of the compiler, hence you have to use the ` ::: ` (instead of
272- normal ` :: ` ) between the organization and the artifact name,
271+ version of the compiler, hence you have to use the ` ::: ` (instead of
272+ normal ` :: ` ) between the organization and the artifact name,
273273to declare your dependency.
274274
275275For more information about plugin usage in Mill, please refer to the
276- [ Mill documentation] ( https ://com-lihaoyi.github.io /mill/mill/Configuring_Mill .html#_scala_compiler_plugins) .
276+ [ Mill documentation] ( http ://mill-build.org /mill/Scala_Module_Config .html#_scala_compiler_plugins) .
277277
278278## Developing compiler plugins with an IDE
279279
You can’t perform that action at this time.
0 commit comments