From e9b7ce091aa1f7e5913fdf1c986a1b426186462b Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Wed, 29 May 2024 07:40:21 +0700 Subject: [PATCH] Bump cats 2.11.0 We use this one as it aligns with cats-effect which both depends on scala native `0.4` --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7c72b72..9c7b009 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,7 +14,7 @@ object Dependencies { def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s - val catsCore = "org.typelevel" %% "cats-core" % "2.10.0" + val catsCore = "org.typelevel" %% "cats-core" % "2.11.0" val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect val fs2 = "co.fs2" %% "fs2-core" % V.fs2