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 1b75d75 + 194e051 commit 7c471ddCopy full SHA for 7c471dd
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