We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0e2fa + 6da2aaa commit b174020Copy full SHA for b174020
project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
33
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
34
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
35
val zio = "dev.zio" %% "zio" % "1.0.0-RC17"
36
- val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC10"
+ val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC11"
37
38
object Versions {
39
0 commit comments