Installation
All of the artifacts from the table below are:
- Available for Scala 2.12 and 2.13
- Available for JVM and Scala.js
Effect types | Cats Effect 2 | Cats Effect 3.0.0-M4 |
---|---|---|
Cats-Effect | ✅ 0.6.0-M2 | ✅ 0.7.0-M2 |
Monix | ✅ 0.6.0-M2 | ❌ |
Monix BIO | ✅ 0.6.0-M2 | ❌ |
ZIO | ✅ 0.6.0-M2 | ❌ |
Integrations | Cats Effect 2 | Cats Effect 3.0.0-M4 |
---|---|---|
ScalaCheck | ✅ 0.6.0-M2 | ✅ 0.7.0-M2 |
Specs2 matchers | ✅ 0.6.0-M2 | ✅ 0.7.0-M2 |
Weaver offers effect-type specific test frameworks. The Build setup depends on the effect-type library you've elected to use (or test against).
Refer yourself to the library specific pages to get the correct configuration.