From 177c7b4890e1919d5e36fade6e4b572ebb43579a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 12:56:40 +0000 Subject: [PATCH] Update cats to 3.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b312b54..7f454c4 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val operations = project .settings( libraryDependencies ++= Seq( "com.comcast" %%% "ip4s-core" % "3.5.0", - "com.softwaremill.sttp.client3" %%% "cats" % "3.9.5" % Test, + "com.softwaremill.sttp.client3" %%% "cats" % "3.9.6" % Test, "io.circe" %%% "circe-parser" % "0.14.7" % Test, "is.cir" %%% "ciris" % "3.5.0", "org.gnieh" %%% "fs2-data-xml" % "1.11.0",