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