From 03b6d16ea30e83a1e98d35ba4a16a10315727824 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Apr 2023 19:55:29 +0000 Subject: [PATCH] Update cats-effect to 3.4.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e1cd779..747da1f1 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.4.10", "org.http4s" %% "http4s-client" % http4sVersion )