Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to ZIO 2 #118

Open
alexvanolst opened this issue Dec 21, 2021 · 1 comment
Open

Upgrade to ZIO 2 #118

alexvanolst opened this issue Dec 21, 2021 · 1 comment

Comments

@alexvanolst
Copy link
Collaborator

alexvanolst commented Dec 21, 2021

ZIO is at RC-1 now https://github.com/zio/zio/releases/tag/v2.0.0-RC1

There exists a ScalaFix rule that will cover the bulk of the simple API changes:
https://github.com/zio/zio/blob/series/2.x/scalafix/rules/src/main/scala/fix/Zio2Upgrade.scala
We highly recommend starting with that, and then working through any remaining compilation errors :)

To assist with the rest of the migration, we have created this guide:
https://zio.dev/next/howto/migrate/zio-2.x-migration-guide/

@alexvanolst
Copy link
Collaborator Author

I've started working on this here: https://github.com/alexvanolst/zio-entity/tree/zio2

Currently blocked waiting for a release of zio-interop-cats for cats 2.x. Once there is a release with zio/interop-cats#475 merged I will pick up on this again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant