Skip to content

Commit

Permalink
Fix javalib module example doc inheritance (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Dec 23, 2024
1 parent bc8c063 commit 7cea88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ object `package` extends RootModule with Module {
case "basic" => Some(scalalib.basic)
case "testing" => Some(scalalib.testing)
case "dependencies" => Some(scalalib.dependencies)
case "module" => Some(scalalib.module)
case "web" => Some(scalalib.web)
case "publishing" => Some(scalalib.publishing)
case _ => None
Expand Down

0 comments on commit 7cea88c

Please sign in to comment.