From 181b06fc3e4b1e157d53533cbce3615ac8d5c4e1 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:13:03 +0000 Subject: [PATCH] Update cats-laws to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e42deef..842f45d 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.12.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