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 9d7e48b + 162544a commit 6bdcd8eCopy full SHA for 6bdcd8e
project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
37
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
38
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.37.0"
39
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.37.0"
40
- val zio = "dev.zio" %% "zio" % "1.0.0-RC20"
+ val zio = "dev.zio" %% "zio" % "1.0.0-RC21"
41
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
42
43
object Versions {
0 commit comments