Skip to content

Commit 187c187

Browse files
authored
Update import-mvn-plugins.adoc
1 parent 8409e4e commit 187c187

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/modules/ROOT/pages/extending/import-mvn-plugins.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ following techniques:
7171
to substitute the currently used Mill version.
7272
This 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
104104
builds, simply publish your code as a library to maven central.
105105

106106
The `//| 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[].

0 commit comments

Comments
 (0)