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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a simple Cats Effect application that prints a message.
Migrate to CE3 by replacing Timer with Temporal and ContextShift with IO.cede or Dispatcher.
No dependency data recorded yet.