From fe6ada827a5683caeb598495c1d00cbaf52eb7b8 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 06:03:34 +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 a291519..877781a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,6 @@ scalaVersion := "2.13.16" libraryDependencies ++= Seq( guice, ws, "io.github.samueleresca" %% "pekko-quartz-scheduler" % "1.2.2-pekko-1.0.x", - "org.typelevel" %% "cats-core" % "2.12.0", + "org.typelevel" %% "cats-core" % "2.13.0", "com.lunatech" %% "play-googleopenconnect" % "3.0.3" )