From 21d9f1d52505ce74061d830f11f8aea88a8553fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Aug 2023 21:40:17 +0000 Subject: [PATCH] Update cats-core to 2.10.0 --- project/DependencyVersions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/DependencyVersions.scala b/project/DependencyVersions.scala index f7e1940..8501d5a 100644 --- a/project/DependencyVersions.scala +++ b/project/DependencyVersions.scala @@ -5,7 +5,7 @@ object DependencyVersions { val `scala-test` = "3.2.9" val stringdiff = "0.3.4" val domtestutils = "17.0.0" - val cats = "2.9.0" + val cats = "2.10.0" val upickle = "3.1.1" val circe = "0.14.5"