lhns / cats-effect-utils   0.3.0

Apache License 2.0 GitHub

utilities for cats-effect

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x

cats-effect-utils

Test Workflow Release Notes Maven Central Apache License 2.0

This project provides several utility methods for cats-effect.

Usage

build.sbt

// use this snippet for cats-effect 3 and the JVM
libraryDependencies += "de.lolhens" %% "cats-effect-utils" % "0.3.0"

// use this snippet for cats-effect 3 and JS, or cross-building
libraryDependencies += "de.lolhens" %%% "cats-effect-utils" % "0.3.0"

// use this snippet for cats-effect 2 and the JVM
libraryDependencies += "de.lolhens" %% "cats-effect-utils" % "0.0.1"

// use this snippet for cats-effect 2 and JS, or cross-building
libraryDependencies += "de.lolhens" %%% "cats-effect-utils" % "0.0.1"

License

This project uses the Apache 2.0 License. See the file called LICENSE.