Skip to content

Commit edfd308

Browse files
committed
WIP 40 - restore the coursier defaultResolver
1 parent ebdc20f commit edfd308

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scalalib/src/mill/scalalib/CoursierModule.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ trait CoursierModule extends mill.Module {
4040
mapDependencies = Some(mapDependencies()),
4141
customizer = resolutionCustomizer(),
4242
coursierCacheCustomizer = coursierCacheCustomizer(),
43-
// ctx = Some(implicitly[mill.api.Ctx.Log])
44-
ctx = Some(???)
43+
ctx = Some(implicitly[mill.api.Ctx.Log])
4544
)
4645
}
4746

@@ -61,8 +60,7 @@ trait CoursierModule extends mill.Module {
6160
mapDependencies = Some(mapDependencies()),
6261
customizer = resolutionCustomizer(),
6362
coursierCacheCustomizer = coursierCacheCustomizer(),
64-
// ctx = Some(implicitly[mill.api.Ctx.Log])
65-
ctx = Some(???)
63+
ctx = Some(implicitly[mill.api.Ctx.Log])
6664
)
6765
}
6866

0 commit comments

Comments
 (0)