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 84a1247 + e8aa83d commit 49196d3Copy full SHA for 49196d3
project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
38
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.4"
39
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.4"
40
val zio = "dev.zio" %% "zio" % "1.0.8"
41
- val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.4.1.0"
+ val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
42
43
object Versions {
44
0 commit comments