From 6ed7627fe9d47c331101e287a3437436fa1ae6b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:29:09 +0000 Subject: [PATCH] Update dependency org.typelevel:cats-core to v2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 082abea..7f4a98b 100755 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val circeVersion = "0.14.7" val http4sVersion = "0.23.27" val pac4jVersion = "6.0.3" val specs2Version = "4.20.3" -val catsVersion = "2.10.0" +val catsVersion = "2.13.0" val vaultVersion = "3.5.0" val mouseVersion = "1.2.3" val catsEffectTestingVersion = "1.5.0"