Registry / utility / cats-effect-sjs1-3

cats-effect-sjs1-3

JSON →
library3.7.0javamavenunverified

Cats Effect is a Scala library that provides a purely functional runtime system for managing side effects, with support for Scala.js and Scala 3.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_sjs1_3</artifactId> <version>3.7.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-SJS1-3
C
cats-effect-sjs1-3
utilityjavav3.7.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.

IO
cats.effect.IO

Runs a simple Cats Effect IO program that prints a message.

import cats.effect.IO import cats.effect.unsafe.implicits.global object Main extends App { val program: IO[Unit] = IO.println("Hello, Cats Effect!") program.unsafeRunSync() }
Debug
Known issues
breakingCats Effect 3.x has breaking changes from 2.x, especially in the IO runtime and type class hierarchy.
fix
Refer to the official migration guide when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cats-effect-sjs1-3 — mvn dependency:get cats-effect-sjs1-3 · libregistry