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 a727539 + 732d0b4 commit 74ae357Copy full SHA for 74ae357
project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
35
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
36
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
37
val zio = "dev.zio" %% "zio" % "1.0.0-RC19"
38
- val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC13"
+ val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
39
40
object Versions {
41
0 commit comments