From b908e5dcfd668beca4e7c04334796c66a22cd83b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 May 2024 17:43:42 +0000 Subject: [PATCH] Update cats-core to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebdda301..75f5fae6 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ crossScalaVersions := Seq("2.12.15", "2.13.6") resolvers += Resolver.sonatypeRepo("snapshots") -val CatsVersion = "2.6.1" +val CatsVersion = "2.12.0" val CirceVersion = "0.14.1" val CirceGenericExVersion = "0.14.1" val CirceConfigVersion = "0.8.0"