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 521fb58 + 08b3d71 commit e1b3229Copy full SHA for e1b3229
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.4"
+ val zio = "dev.zio" %% "zio" % "1.0.4-1"
43
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.2.0.1"
44
45
object Versions {
0 commit comments