File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
website/docs/modules/ROOT/pages/extending Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,20 @@ following techniques:
7171to substitute the currently used Mill version.
7272This is typical required for Mill contrib modules, which are developed in the Mill repository and highly bound to the current Mill version.
7373
74- .Example: Use `mill-contrib-bloop ` plugin matching the current Mill version
74+ .Example: Use `mill-contrib-buildinfo ` plugin matching the current Mill version
7575[source,scala]
7676----
77- //| mvnDeps: ["com.lihaoyi::mill-contrib-bloop :$MILL_VERSION"]
77+ //| mvnDeps: ["com.lihaoyi::mill-contrib-buildinfo :$MILL_VERSION"]
7878----
7979
8080// There is the even more convenient option to leave the version completely empty.
8181// Mill will substitute it with its current version.
8282// But don't forget to provide the trailing colon!
8383
84- // .Example: Use `mill-contrib-bloop ` plugin matching the current Mill version
84+ // .Example: Use `mill-contrib-buildinfo ` plugin matching the current Mill version
8585// [source,scala]
8686// ----
87- // //| mvnDeps: ["com.lihaoyi::mill-contrib-bloop :$MILL_VERSION"]
87+ // //| mvnDeps: ["com.lihaoyi::mill-contrib-buildinfo :$MILL_VERSION"]
8888// ----
8989--
9090
@@ -104,4 +104,4 @@ TIP: If you want to publish re-usable libraries that _other_ people can use in t
104104builds, simply publish your code as a library to maven central.
105105
106106The `//| mvnDeps` and `//| repositories` build headers are a shorthand for overriding
107- configuring on xref:extending/meta-build.adoc[].
107+ configuring on xref:extending/meta-build.adoc[].
You can’t perform that action at this time.
0 commit comments