From de25ee1169765cbd805cda80158d7285d31ccaa1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Jan 2025 02:05:27 +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 888c58f..fc2646a 100644 --- a/build.sbt +++ b/build.sbt @@ -119,7 +119,7 @@ lazy val cats = project .settings( name := "tethys-cats", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.12.0" + "org.typelevel" %% "cats-core" % "2.13.0" ) ) .dependsOn(core)