kitlangton / scala-update

Update your Scala dependencies interactively
Apache License 2.0
134 stars 18 forks source link

Use Coursier's resolution mechanism for mirrors and repositories #27

Closed hygt closed 2 years ago

hygt commented 2 years ago

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) 🙂

kitlangton commented 2 years ago

Doh! I thought I merged this! I will now :)

kitlangton commented 2 years ago

Thank you for this!