From 579c58a3c5ddc3e1c5d4e5d4a939b66f7e663371 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 15:23:44 +0000 Subject: [PATCH] Update cats to 3.10.0 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 64e95263..94bf38af 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -46,7 +46,7 @@ object Deps { val circe = s("com.softwaremill.sttp.tapir" %%% "tapir-json-circe" % version) val openApi = s("com.softwaremill.sttp.tapir" %%% "tapir-openapi-docs" % version) val jsClient = s("com.softwaremill.sttp.tapir" %%% "tapir-sttp-client" % version) - val catsClient = s("com.softwaremill.sttp.client3" %%% "cats" % "3.9.8") + val catsClient = s("com.softwaremill.sttp.client3" %%% "cats" % "3.10.0") } // aws-sdk-js