Registry / utility / cats-effect-sjs1-2-13

cats-effect-sjs1-2-13

JSON →
library3.7.0javamavenunverified

Provides a purely functional runtime system for Scala, enabling asynchronous and concurrent programming with effect types like IO.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_sjs1_2.13</artifactId> <version>3.7.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-SJS1-2
C
cats-effect-sjs1-2-13
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 application that prints a message.

import cats.effect.{IO, IOApp} object HelloWorld extends IOApp.Simple { def run: IO[Unit] = IO.println("Hello, Cats Effect!") }
Debug
Known issues
breakingCats Effect 3.x has breaking API changes from 2.x, including the removal of Timer and ContextShift.
fix
Migrate to CE3 by replacing Timer with Temporal and ContextShift with IO.cede or Dispatcher.
affects: >=3.0.0
Upgrade
Version history
3.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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