From 9b52395b92f1cbd015d90428b85ce33af71844c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 18:04:06 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4c7a600..38cd2455 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val formatter = module("formatter") lazy val core = module("core") .settings( libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.3", + "org.typelevel" %% "cats-effect" % "3.5.4", "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.3", "com.disneystreaming.smithy4s" %% "smithy4s-dynamic" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,