From 10937664995ea14d7edefb13974984daf1f1efe3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 29 May 2024 22:29:49 +0200 Subject: [PATCH] Update cats-core to 2.12.0 (#710) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3626730..ac6855a 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val root = (project in file(".")) ), libraryDependencies ++= { Seq( - "org.typelevel" %% "cats-core" % "2.10.0", + "org.typelevel" %% "cats-core" % "2.12.0", "com.typesafe.akka" %% "akka-http" % "10.2.10", "com.typesafe.akka" %% "akka-http-spray-json" % "10.2.10", "com.typesafe.akka" %% "akka-http-testkit" % "10.2.10" % "it,test",