From b7cd6bd8249aef379d7689e03b58b3bd4c5f58c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Feb 2021 04:06:27 +0100 Subject: [PATCH] Update zio-interop-cats to 2.3.1.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index da2b71b7b..86fe8f970 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,7 @@ object Dependencies { val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.0" val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.0" val zio = "dev.zio" %% "zio" % "1.0.4-2" - val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.2.0.1" + val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.3.1.0" object Versions {