Cats Effect Kernel provides the core typeclasses for effectful computations in Scala, including IO and Sync.
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-kernel_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.
Create a simple IO program that prints a message.
Use the artifact with the appropriate Scala version suffix (e.g., _2.13, _3).
No dependency data recorded yet.