File tree 1 file changed +3
-3
lines changed
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 {
268
268
```
269
269
270
270
Please 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,
273
273
to declare your dependency.
274
274
275
275
For 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) .
277
277
278
278
## Developing compiler plugins with an IDE
279
279
You can’t perform that action at this time.
0 commit comments