Releases: Dwolla/async-utils
Releases · Dwolla/async-utils
v0.0.5
What's Changed
Dependency Updates
- Update scala-library to 2.13.7 by @scala-steward in #12
- Update sbt-projectmatrix to 0.9.0 by @scala-steward in #7
- Update sbt-ci-release to 1.5.10 by @scala-steward in #8
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #11
- Update sbt to 1.5.8 by @scala-steward in #17
- Update cats-effect to 3.3.1 by @scala-steward in #18
New Contributors
- @scala-steward made their first contribution in #12
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
v0.0.2
AsyncFunctorK
can safely convert an algebra implemented in an impure effect like Future
to an effect type F[_]
that implements cats-effect Async[F]
, given instances of FunctorK[Alg]
and Alg[ReaderT[Future, Alg[Future], *]]
(which can be derived by cats-tagless)