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.
1 parent e0532cc commit 39dc442Copy full SHA for 39dc442
project/Dependencies.scala
@@ -42,7 +42,7 @@ object Dependencies {
42
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
43
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4"
44
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.4"
45
- val zio = "dev.zio" %% "zio" % "1.0.17"
+ val zio = "dev.zio" %% "zio" % "1.0.18"
46
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
47
48
object Versions {
0 commit comments