From bab62c859aed54ff5987b4bca3e84cf020afff6f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 18:04:33 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb6d2be..f9ffc28 100644 --- a/build.sbt +++ b/build.sbt @@ -154,7 +154,7 @@ lazy val examples = project moduleName := "examples", scalaVersion := scala2_13, libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.6", + "org.typelevel" %% "cats-effect" % "3.5.7", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "async-http-client-backend-zio" % sttpClientVersion )