From 441491ffd2ff4253877fb65107abd907895ef2ee Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 20:35:10 +0000 Subject: [PATCH] Update cats-mtl, cats-mtl-laws to 1.7.0 in series/3.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b85557bcc..e4d0a4615d 100644 --- a/build.sbt +++ b/build.sbt @@ -321,7 +321,7 @@ ThisBuild / autoAPIMappings := true ThisBuild / Test / testOptions += Tests.Argument("+l") val CatsVersion = "2.13.0" -val CatsMtlVersion = "1.6.0" +val CatsMtlVersion = "1.7.0" val ScalaCheckVersion = "1.19.0" val CoopVersion = "1.3.0" val MUnitVersion = "1.1.0"