From e73fe3007ac2e68fa8ae4c301719fdbd82854aa5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 10:25:03 +0000 Subject: [PATCH] Update zio-interop-cats to 23.1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 502aedf9..88cd2d86 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val zioVersion = "2.1.7" val zioAwsVersion = "7.21.15.13" val zioSchemaVersion = "1.3.0" val zioPreludeVersion = "1.0.0-RC27" -val zioInteropCats3Version = "23.1.0.2" +val zioInteropCats3Version = "23.1.0.3" val catsEffect3Version = "3.5.4" val fs2Version = "3.10.2"