We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdc20f commit edfd308Copy full SHA for edfd308
scalalib/src/mill/scalalib/CoursierModule.scala
@@ -40,8 +40,7 @@ trait CoursierModule extends mill.Module {
40
mapDependencies = Some(mapDependencies()),
41
customizer = resolutionCustomizer(),
42
coursierCacheCustomizer = coursierCacheCustomizer(),
43
- // ctx = Some(implicitly[mill.api.Ctx.Log])
44
- ctx = Some(???)
+ ctx = Some(implicitly[mill.api.Ctx.Log])
45
)
46
}
47
@@ -61,8 +60,7 @@ trait CoursierModule extends mill.Module {
61
60
62
63
64
65
66
67
68
0 commit comments