From be9cbf7bd2e22b7fb38c4d2a16a1d21ff06c5bca Mon Sep 17 00:00:00 2001 From: ggavares Date: Wed, 27 Apr 2022 15:07:29 -0500 Subject: [PATCH] Update version of interop cats Ran into a similar issue upgrading Tapir that required a fix to interop-cats: - https://github.com/softwaremill/tapir/pull/2043 - https://github.com/zio/interop-cats/issues/533 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3c21b5a7..dbae4209 100644 --- a/build.sbt +++ b/build.sbt @@ -24,8 +24,8 @@ run / fork := true val http4sVersion = "0.23.11" val zioVersion = "2.0.0-RC5" -val interopVersion = "3.3.0-RC5" -val catsEffectVersion = "3.3.9" +val interopVersion = "3.3.0-RC6" +val catsEffectVersion = "3.3.11" //val zioNIOVersion = "1.0.0-RC11" val prometheusVersion = "0.12.0" val dropwizardVersion = "4.2.0"