This project provides several utility methods for cats-effect.
// 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"This project uses the Apache 2.0 License. See the file called LICENSE.