From 0be730f37d7e4c1e7ae4809976a738f88d56e612 Mon Sep 17 00:00:00 2001 From: "CozyBot[bot]" <321901+CozyBot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:09:33 +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 c7840c9..c283c7f 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalacOptions := scalacOptions.value .filterNot(_ == "-source:3.0-migration"), libraryDependencies ++= Seq( - "org.typelevel" %%% "cats-core" % "2.9.0", + "org.typelevel" %%% "cats-core" % "2.10.0", "org.typelevel" %%% "cats-parse" % "0.3.10", "org.typelevel" %%% "literally" % "1.1.0", "org.scalameta" %%% "munit" % "1.0.0-M8" % Test