From 2d409873d02f15fe139db763e73a31e3d719689f 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:58 +0000 Subject: [PATCH] Update cats-mtl, cats-mtl-laws to 1.7.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2fe9715697..603c5d1b49 100644 --- a/build.sbt +++ b/build.sbt @@ -393,11 +393,11 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.scodec" %%% "scodec-bits" % "1.2.5", "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.7.0", - "org.typelevel" %%% "cats-mtl" % "1.6.0", + "org.typelevel" %%% "cats-mtl" % "1.7.0", "org.typelevel" %%% "cats-effect-laws" % "3.7.0" % Test, "org.typelevel" %%% "cats-effect-testkit" % "3.7.0" % Test, "org.typelevel" %%% "cats-laws" % "2.13.0" % Test, - "org.typelevel" %%% "cats-mtl-laws" % "1.6.0" % Test, + "org.typelevel" %%% "cats-mtl-laws" % "1.7.0" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.1.0" % Test