Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 11, 2023
1 parent 81865e6 commit 5484266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/src/mill/scalalib/JavaModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ trait JavaModule
* necessary to run this module's code after compilation
*/
def runClasspath: T[Seq[PathRef]] = T {
resolvedRunIvyDeps() ++ transitiveLocalClasspath() ++ localClasspath()
resolvedRunIvyDeps().toSeq ++ transitiveLocalClasspath() ++ localClasspath()
}

/**
Expand Down

0 comments on commit 5484266

Please sign in to comment.