From fb9d50393354b95678fbe891397899bc8432be55 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Nov 2022 01:40:24 +0000 Subject: [PATCH] Update cats-core to 2.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebdda301..4f9f070e 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.9.0" val CirceVersion = "0.14.1" val CirceGenericExVersion = "0.14.1" val CirceConfigVersion = "0.8.0"