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 a32b1b8 + 47920b3 commit 0e67ef5Copy full SHA for 0e67ef5
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.40.10"
44
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.40.10"
45
- val zio = "dev.zio" %% "zio" % "1.0.16"
+ val zio = "dev.zio" %% "zio" % "1.0.17"
46
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
47
48
object Versions {
0 commit comments