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.
1 parent a2b8c0e commit b7cd6bdCopy full SHA for b7cd6bd
project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
40
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.0"
41
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.0"
42
val zio = "dev.zio" %% "zio" % "1.0.4-2"
43
- val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.2.0.1"
+ val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.3.1.0"
44
45
object Versions {
46
0 commit comments