Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Mar 2, 2024
1 parent a9ab3e4 commit 6c4b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ object contrib extends Module {

def testTransitiveDeps = T.input {
super.testTransitiveDeps() ++
(if (scoverage.enableScoverage1) Seq(worker("1").testDep()) else Seq()) ++
Option.when(scoverage.enableScoverage1)(worker("1").testDep()).toSeq ++
Seq(worker("2").testDep())
}

Expand Down

0 comments on commit 6c4b171

Please sign in to comment.