From 53deb5cc73916c55eda7873e7ed7f91b555c7eaa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 15:48:51 +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 7eaa638e..baa9c649 100644 --- a/build.sbt +++ b/build.sbt @@ -86,7 +86,7 @@ libraryDependencies ++= Seq( "com.github.tototoshi" %% "scala-csv" % "2.0.0", ws, "com.lihaoyi" %% "scalatags" % "0.13.1", - "org.typelevel" %% "cats-core" % "2.12.0", + "org.typelevel" %% "cats-core" % "2.13.0", "org.typelevel" %% "cats-effect" % "3.5.7", "co.fs2" %% "fs2-core" % fs2Version, "co.fs2" %% "fs2-io" % fs2Version,