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

Compat with ZIO 2.1.0-RC2 #167

Closed
jamesward opened this issue Apr 19, 2024 · 2 comments
Closed

Compat with ZIO 2.1.0-RC2 #167

jamesward opened this issue Apr 19, 2024 · 2 comments

Comments

@jamesward
Copy link

When upgrading an app that uses zio-cache to ZIO 2.1.0-RC2, I get:

    Exception in thread "zio-fiber-131478979" java.lang.NoSuchMethodError: 'zio.internal.MutableConcurrentQueue zio.internal.MutableConcurrentQueue$.unbounded()'
    	at zio.cache.Cache$CacheState$.initial(Cache.scala:369)

Would it be possible to have an RC release or something that supports ZIO 2.1? Thanks!

@ghostdogpr
Copy link
Member

Resolved in zio/zio#8784
You should be able to use 2.1.1 with existing versions of zio-cache.

@guizmaii
Copy link
Member

Should be fixed now? Can we close this ticket @jamesward?

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

3 participants