Skip to content

Commit

Permalink
Other typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 22, 2025
1 parent 2c6a106 commit f41db7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/fundamentals/library-deps/bom-2-managed/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f41db7c

Please sign in to comment.