From b0b98c4b7bc7a498b0b0eecb9156632490de885a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Nov 2025 23:19:58 +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 5a3e3a5..e91ccff 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val root = project.in(file(".")) .settings(noPublishSettings) .disablePlugins(MimaPlugin) -lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0") +lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.13.0") lazy val circe = "io.circe" %% "circe-core" % "0.14.10" lazy val formless = Def.setting("com.bondlink" %%% "formless" % "0.5.1") lazy val json4s = "org.json4s" %% "json4s-jackson" % "4.0.7"