Skip to content

lhns/cats-effect-utils

Repository files navigation

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.