From f41db7ca0e464d61cc437f6a11c28a6826d87f3d Mon Sep 17 00:00:00 2001 From: Alex Archambault Date: Wed, 22 Jan 2025 12:22:46 +0100 Subject: [PATCH] Other typo --- example/fundamentals/library-deps/bom-2-managed/build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/fundamentals/library-deps/bom-2-managed/build.mill b/example/fundamentals/library-deps/bom-2-managed/build.mill index 70b5b51d40f..3c8de4eebaa 100644 --- a/example/fundamentals/library-deps/bom-2-managed/build.mill +++ b/example/fundamentals/library-deps/bom-2-managed/build.mill @@ -89,7 +89,7 @@ object myPublishedBom extends BomModule with MyPublishModule { } // Once published, the BOM can be used in other projects, -// but we can still use right from our build with bomModuleDeps: +// but we can still use it right from our build with bomModuleDeps: object publishedBomUser extends JavaModule with MyPublishModule { def bomModuleDeps = Seq( myPublishedBom