From 5eeafaa9015701b62771084d618c52d48fff27da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jan 2024 01:01:02 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e1cd779..2db22b06 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ val testDependencies = Seq( val http4sDependencies = Seq( "org.typelevel" %% "cats-core" % catsVersion, - "org.typelevel" %% "cats-effect" % "3.2.9", + "org.typelevel" %% "cats-effect" % "3.5.3", "org.http4s" %% "http4s-client" % http4sVersion )