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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a simple Cats Effect IO program that prints a message.
Refer to the official migration guide when upgrading from 2.x to 3.x.
No dependency data recorded yet.