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 4c63a87 + 303f528 commit 981088aCopy full SHA for 981088a
project/Dependencies.scala
@@ -39,7 +39,7 @@ object Dependencies {
39
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.3"
40
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.4"
41
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.4"
42
- val zio = "dev.zio" %% "zio" % "1.0.7"
+ val zio = "dev.zio" %% "zio" % "1.0.8"
43
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.4.1.0"
44
45
object Versions {
0 commit comments