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 5473b73 + 2cdfa1e commit 07b55b5Copy full SHA for 07b55b5
project/Dependencies.scala
@@ -39,7 +39,7 @@ object Dependencies {
39
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
40
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.38.8"
41
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.38.8"
42
- val zio = "dev.zio" %% "zio" % "1.0.3"
+ val zio = "dev.zio" %% "zio" % "1.0.4"
43
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.2.0.1"
44
45
object Versions {
0 commit comments