From f52bd63f876f2134776d9553e76e1454e08389f7 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 27 Nov 2024 00:24:25 +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 c888ec9f..6c3bf3d9 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk")) "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, "org.scalatest" %% "scalatest" % "3.2.19" % Test, - "org.typelevel" %% "cats-effect" % "3.5.4", + "org.typelevel" %% "cats-effect" % "3.5.7", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test )