Defaulting to Maven Central doesn't work for people behind internal mirrors.
This PR simply uses Coursier's Resolve#finalRepositories mechanism instead.
I'm not super familiar with Zio, maybe there's a better way than flatMap ... foreachPar ... map(_.flatten) 🙂
Hi.
Defaulting to Maven Central doesn't work for people behind internal mirrors. This PR simply uses Coursier's
Resolve#finalRepositories
mechanism instead.I'm not super familiar with Zio, maybe there's a better way than
flatMap ... foreachPar ... map(_.flatten)
🙂