From c6964a1a96012ac03aa19d5a658e34d149f40bbf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:20:10 +0100 Subject: [PATCH] Update cats-core to 2.13.0 (#124) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6aa7815..e497802 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) "co.fs2" %%% "fs2-core" % "3.11.0", "co.fs2" %%% "fs2-io" % "3.11.0", "org.creativescala" %%% "doodle-core" % "0.27.0", - "org.typelevel" %%% "cats-core" % "2.12.0", + "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.5.7", "org.scalameta" %%% "munit" % "1.0.4" % Test, "org.typelevel" %%% "cats-effect-testkit" % "3.5.7" % Test,