From f9ec17f081e2fbdda30978e4744aee195f6e2035 Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 20 Aug 2023 13:04:54 +0000 Subject: [PATCH] Update cats-core to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f1d1b97..4376e3e1 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ lazy val core = crossProject(JVMPlatform) Compile / headerSources := Nil, Test / headerSources := Nil, libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.9.0", + "org.typelevel" %% "cats-core" % "2.10.0", "org.typelevel" %% "cats-effect" % "3.5.1", "org.typelevel" %% "literally" % "1.1.0", "org.scalameta" %% "munit" % "0.7.29" % Test,