zio / zio-nio

A small, unopinionated ZIO interface to NIO.
https://zio.dev/zio-nio
Apache License 2.0
187 stars 76 forks source link

Scala 3 compatibility #352

Closed adamw closed 3 years ago

adamw commented 3 years ago

sttp is waiting :)

ithinkicancode commented 3 years ago

@adamw In my last PR for zio-nio, I updated the dotty version to 3.0.0. I didn't realize this: apparently that generated a Scala 3 artifact for zio-nio (that makes sense; all I did was removing the RC tag from the version, I'm no expert on migrating a project to Scala 3, not yet at least). The artifact has been published. Do you want to give it a go and see if it actually works? :)

https://repo1.maven.org/maven2/dev/zio/zio-nio_3/1.0.0-RC11/

adamw commented 3 years ago

Indeed, it's there, and it works. Turns out I enabled it already. Thank you!