lhns / cats-effect-utils

utilities for cats-effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

utilities for cats-effect

License:Apache License 2.0


Languages

Language:Scala 100.0%