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 4a77b59 + 2591989 commit 43400acCopy full SHA for 43400ac
project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
40
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
41
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.5"
42
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.40.5"
43
- val zio = "dev.zio" %% "zio" % "1.0.13"
+ val zio = "dev.zio" %% "zio" % "1.0.14"
44
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
45
46
object Versions {
0 commit comments