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 1b75d75 commit 194e051Copy full SHA for 194e051
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.3"
41
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.3"
42
- val zio = "dev.zio" %% "zio" % "1.0.6"
+ val zio = "dev.zio" %% "zio" % "1.0.7"
43
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.4.1.0"
44
45
object Versions {
0 commit comments