Skip to content

Commit

Permalink
fixes com-lihaoyi#226; use transitiveIvyDeps to print dependency tree
Browse files Browse the repository at this point in the history
  • Loading branch information
rockjam committed Apr 9, 2018
1 parent dcd3659 commit 031066d
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 @@ -232,7 +232,7 @@ trait JavaModule extends mill.Module with TaskModule { outer =>

def ivyDepsTree(inverse: Boolean = false) = T.command {
val (flattened, resolution) = Lib.resolveDependenciesMetadata(
repositories, resolveCoursierDependency().apply(_), ivyDeps(), Some(mapDependencies)
repositories, resolveCoursierDependency().apply(_), transitiveIvyDeps(), Some(mapDependencies)
)

println(coursier.util.Print.dependencyTree(flattened, resolution,
Expand Down

0 comments on commit 031066d

Please sign in to comment.