kubukoz / sup

Composable, purely functional healthchecks in Scala.
https://sup.kubukoz.com
Apache License 2.0
185 stars 27 forks source link

Update microsite's stated cats-effect dependency version #539

Closed austinwarrren closed 2 years ago

austinwarrren commented 2 years ago

On the microsite's index.md I've noticed that the "Compatibility" section states:

"The core module has a dependency on cats-core 2.x and cats-effect 2.x."

Per sups build.sbt, I think that the cats-effect version ought to be "3.x" rather than "2.x".

austinwarrren commented 2 years ago

Opened #540 to resolve!