From 34b9c75f5d9ad310cd9123887357cfc7885a7024 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Nov 2022 20:20:48 +0000 Subject: [PATCH] Update cats-core, cats-laws to 2.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d5d1a749f..6f23ea01f 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val Scala_2_12 = "2.12.17" val Scala_2_13 = "2.13.10" val Scala_3 = "3.1.2" -val catsVersion = "2.8.0" +val catsVersion = "2.9.0" val jsonpathVersion = "2.7.0" val macroParadiseVersion = "2.1.1" val pureconfigVersion = "0.17.2"