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 7cf7a09 + aea1347 commit adf9747Copy full SHA for adf9747
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.29"
29
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.1"
30
val zio = "dev.zio" %% "zio" % "1.0.0-RC17"
31
- val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC8"
+ val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC9"
32
33
object Versions {
34
0 commit comments