interop-cats
                                
                                
                                
                                    interop-cats copied to clipboard
                            
                            
                            
                        ZIO instances for cats-effect type classes
Updates com.geirsson:sbt-ci-release from 1.5.7 to 1.5.10. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
When we start a fiber we can be interrupted between suppressing the `interruptedCause` and forking the fiber.
Given the description of behavior of `Poll` produced by `MonadCancel#uncancelable` in its scaladoc: ```scala /** ... * Masks can also be stacked or nested within each other. If multiple masks...
Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-streams](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from 1.0.12 to 1.0.15. [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v1.0.15) - [Version Diff](https://github.com/zio/zio/compare/v1.0.12...v1.0.15) I'll automatically update this PR to resolve conflicts as long as...
Website that previously had docs and explainers in Page Not Found now. This one is down: https://zio.dev/version-1.x/howto/interop/with-cats-effect/ This one does not exists?: https://zio.dev/version-2.x/howto/interop/with-cats-effect/
This new page about ZIO ecosystem does not have this library: https://zio.dev/resources/ecosystem/officials/
There is a version `3.3.0-RC3` on GitHub, but I can't seem to find it on Maven Central: https://search.maven.org/artifact/dev.zio/zio-interop-cats_2.13.
Updates [org.scala-lang:scala-library](https://github.com/scala/scala.git) from 2.13.6 to 2.13.7. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
The `dev.zio:zio-interop-cats_sjs1_3:3.2.9.0` artifact seem to be missing from maven central. For reference, sbt tries to download this: https://repo1.maven.org/maven2/dev/zio/zio-interop-cats_sjs1_3/3.2.9.0/zio-interop-cats_sjs1_3-3.2.9.0.pom. The setting I've used is `"dev.zio" %%% "zio-interop-cats" % "3.2.9.0"`. The JVM...
Method `toManaged` requires this instance but it does not exist.