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 adbff1b + b902715 commit d3be870Copy full SHA for d3be870
project/Dependencies.scala
@@ -15,7 +15,7 @@ object Dependencies {
15
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer cross CrossVersion.full
16
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.28"
17
val zio = "dev.zio" %% "zio" % "1.0.0-RC14"
18
- val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC4"
+ val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC5"
19
20
object Versions {
21
0 commit comments