From ef0823a7b51215b34079e6ed2e260fd37510bc13 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 18:55:14 +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 9cbb8c7..e31cfcd 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val root = (project in file(".")) publish / skip := true, scalacOptions += "-deprecation", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.3.14", + "org.typelevel" %% "cats-effect" % "3.5.3", "org.http4s" %% "http4s-ember-client" % "0.23.25", "org.http4s" %% "http4s-circe" % "0.23.25", "io.circe" %% "circe-generic" % "0.14.3",