From a8d421de6fd64ef5ab97a07ab316e3ebe77331c4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:29:31 +0200 Subject: [PATCH] Update zio-interop-cats to 23.1.0.2 (#413) Co-authored-by: Avinder Bahra --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf7814d2..0a1828f5 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val zioVersion = "2.0.22" val zioAwsVersion = "7.21.15.12" val zioSchemaVersion = "0.4.17" val zioPreludeVersion = "1.0.0-RC23" -val zioInteropCats3Version = "23.1.0.1" +val zioInteropCats3Version = "23.1.0.2" val catsEffect3Version = "3.5.4" val fs2Version = "3.10.2"