From 52fdf8160e1eb0bd0db05148b7ea190479f1e68e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 22:00:25 +0000 Subject: [PATCH] Update cats-effect to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cea3e66b..ceb6c40d 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.1", + "org.typelevel" %% "cats-effect" % "3.5.2", "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.23.4", "com.disneystreaming.smithy4s" %% "smithy4s-dynamic" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,