From 14b6e367985347028fde8350ace00da93303faf2 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:13:51 +0000 Subject: [PATCH] Update cats-laws to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e42deef..b8f7a8c 100644 --- a/build.sbt +++ b/build.sbt @@ -133,7 +133,7 @@ lazy val site = project micrositeDescription := "Functional UUID's" ) -val catsV = "2.7.0" //https://github.com/typelevel/cats/releases +val catsV = "2.11.0" //https://github.com/typelevel/cats/releases val catsEffectV = "3.3.12" //https://github.com/typelevel/cats-effect/releases val circeV = "0.14.1" //https://github.com/circe/circe/releases val http4sV = "0.23.6" //https://github.com/http4s/http4s/releases