From ae2bad7eca1db0278c7ecd792c9b575ed7a92d34 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 May 2024 20:49:58 +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 02c434e..9328d9c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.{ crossProject, CrossType } -lazy val catsVersion = "2.6.1" +lazy val catsVersion = "2.12.0" lazy val fs2CoreVersion = "2.5.6" lazy val scalacheckVersion = "1.15.4"