Skip to content

Commit

Permalink
Update VisualizeModule.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Feb 14, 2025
1 parent fe0360a commit 75cd1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/mill/main/VisualizeModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object VisualizeModule extends ExternalModule {
}
}

private def classpath: Target[Seq[PathRef]] = Target {
def classpath: Target[Seq[PathRef]] = Target {
millProjectModule("mill-main-graphviz", repositories)
}

Expand Down

0 comments on commit 75cd1c6

Please sign in to comment.