Registry / utility / cats-effect-sjs0-6-2-13

cats-effect-sjs0-6-2-13

JSON →
library2.1.4javamavenunverified

Cats Effect is a purely functional runtime system for Scala, providing asynchronous and concurrent programming abstractions.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_sjs0.6_2.13</artifactId> <version>2.1.4</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-SJS0-6
C
cats-effect-sjs0-6-2-13
utilityjavav2.1.4
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.

IO
cats.effect.IO

Run a simple Cats Effect IO program

import cats.effect.IO object Example extends App { val program: IO[Unit] = IO(println("Hello, Cats Effect!")) program.unsafeRunSync() }
Debug
Known issues
breakingThis version targets Scala.js 0.6 and Scala 2.13; ensure compatibility with your project's Scala.js version.
fix
Use the appropriate artifact for your Scala.js version (e.g., cats-effect_sjs1_2.13 for Scala.js 1.x).
affects: 2.1.4
Upgrade
Version history
2.1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cats-effect-sjs0-6-2-13 — mvn dependency:get cats-effect-sjs0-6-2-13 · libregistry