Skip to content

Commit

Permalink
Added default argument to ivyDepsTree (#2217)
Browse files Browse the repository at this point in the history
Pull request: #2217
  • Loading branch information
lefou authored Dec 28, 2022
1 parent a80765a commit 9dbab4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/src/JavaModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ trait JavaModule
/**
* Command to print the transitive dependency tree to STDOUT.
*/
def ivyDepsTree(args: IvyDepsTreeArgs): Command[Unit] = {
def ivyDepsTree(args: IvyDepsTreeArgs = IvyDepsTreeArgs()): Command[Unit] = {

val dependsOnModules = args.whatDependsOn.map(ModuleParser.javaOrScalaModule(_))

Expand Down

0 comments on commit 9dbab4c

Please sign in to comment.