From 6eb6ecc885fc62e5810f3b98e8eeaba08cbfcc65 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 17:15:37 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ba78303c..f75425dc 100644 --- a/build.sbt +++ b/build.sbt @@ -162,7 +162,7 @@ lazy val protocol4s = module("protocol4s") lazy val core = module("core") .settings( libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.6", + "org.typelevel" %% "cats-effect" % "3.5.7", "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3", "com.disneystreaming.smithy4s" %% "smithy4s-dynamic" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,