From 64013f90c9ad13a428ff3830c9d205892be5a689 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Jan 2025 06:19:29 +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 96c8ab0..638b9f4 100644 --- a/build.sbt +++ b/build.sbt @@ -151,7 +151,7 @@ lazy val cats = CrossProject("desert-cats", file("desert-cats"))(JVMPlatform, JS .settings( description := "Desert serializers for cats data types", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.12.0", + "org.typelevel" %% "cats-core" % "2.13.0", "dev.zio" %% "zio-interop-cats" % "23.0.0.8" % Test ) )