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 f83a7d6 + 22a6429 commit 84f7f0dCopy full SHA for 84f7f0d
project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
32
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer cross CrossVersion.full
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-RC18-1"
+ val zio = "dev.zio" %% "zio" % "1.0.0-RC18-2"
36
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC11"
37
38
object Versions {
0 commit comments