zio / interop-cats

ZIO instances for cats-effect type classes
Apache License 2.0
155 stars 67 forks source link

Upgrade zio version to latest. #656

Closed ujali closed 1 year ago

ujali commented 1 year ago

The current interop-cats tag is not compatible with the latest zio. Therefore, when we upgrade zio version to the latest with the current version of interop-cats in our projects, It is causing some tests to fail due to the changed behavior. can we please upgrade it to the latest zio version?

neko-kai commented 1 year ago

Version 23.0.0.2 is using zio version 2.0.6. Do you experience breakage when updating from zio 2.0.6 to zio 2.0.10?

ujali commented 1 year ago

Hi @neko-kai, Sorry for the late reply. I updated the zio version to the latest(2.0.10) here.

neko-kai commented 1 year ago

Fixed in #657