From 0dddb92aa1eedd1d8369076b1de04f2a9a8f79ca Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:22:40 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.5.6 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 14a1c59601..268fecda5e 100644 --- a/build.sbt +++ b/build.sbt @@ -299,9 +299,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.scodec" %%% "scodec-bits" % "1.1.38", "org.typelevel" %%% "cats-core" % "2.11.0", - "org.typelevel" %%% "cats-effect" % "3.5.5", - "org.typelevel" %%% "cats-effect-laws" % "3.5.5" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.5.5" % Test, + "org.typelevel" %%% "cats-effect" % "3.5.6", + "org.typelevel" %%% "cats-effect-laws" % "3.5.6" % Test, + "org.typelevel" %%% "cats-effect-testkit" % "3.5.6" % Test, "org.typelevel" %%% "cats-laws" % "2.11.0" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,