Registry / other / zio-interop-cats-2-13

zio-interop-cats-2-13

JSON →
library3.3.0javamavenunverified

Provides interoperability layer between ZIO and Cats Effect typeclasses for Scala 2.13.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-interop-cats_2.13</artifactId> <version>3.3.0</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-INTEROP-CATS-2
Z
zio-interop-cats-2-13
otherjavav3.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

catz
✓ zio.interop.catz._

Demonstrates basic ZIO-Cats interop using the catz package.

import zio._ import zio.interop.catz._ import cats.effect._ val io: IO[Throwable, String] = IO.succeed("Hello from ZIO + Cats") val effect: Task[String] = io.to[Task]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
zio-interop-cats-2-13 — mvn dependency:get zio-interop-cats-2-13 · libregistry