From f4d8b70787ef4945c1b6635c8aa5bfffec7c3e92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 17:36:54 +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 eec475ae..bd4bbf04 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ ThisBuild / dynverSeparator := "-" val commonSettings = Seq( organization := "com.kubukoz.playground", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.12.0", + "org.typelevel" %% "cats-core" % "2.13.0", "org.typelevel" %% "cats-mtl" % "1.5.0", "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test, "com.disneystreaming" %% "weaver-discipline" % "0.8.4" % Test,