From 95c8f00f7dab371b829e1018c6c810aee20536f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Jan 2025 22:44:35 +0000 Subject: [PATCH] Update cats-core to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dec3fce..8c28176b 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" val Versions = new { - val catsCore = "2.8.0" + val catsCore = "2.13.0" val catsEffect = "3.3.14" val catsEffect2 = "2.5.5" val circe = "0.14.6"