From 00eb7fbca7d0c0a1805b94a4b09406964f792eca Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 00:23:13 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.5.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index adef4c809e..1915b43b2e 100644 --- a/build.sbt +++ b/build.sbt @@ -250,9 +250,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.scodec" %%% "scodec-bits" % "1.1.37", "org.typelevel" %%% "cats-core" % "2.9.0", - "org.typelevel" %%% "cats-effect" % "3.5.0", - "org.typelevel" %%% "cats-effect-laws" % "3.5.0" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.5.0" % Test, + "org.typelevel" %%% "cats-effect" % "3.5.1", + "org.typelevel" %%% "cats-effect-laws" % "3.5.1" % Test, + "org.typelevel" %%% "cats-effect-testkit" % "3.5.1" % Test, "org.typelevel" %%% "cats-laws" % "2.9.0" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,