From 323a89c47cf537eaadb5d35a2485a236ed49a9b0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:25:09 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2bb9427..a713d18 100644 --- a/build.sbt +++ b/build.sbt @@ -29,6 +29,6 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( libraryDependencies ++= List( "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11", - "org.typelevel" %%% "cats-effect" % "3.5.6" % Test + "org.typelevel" %%% "cats-effect" % "3.5.7" % Test ) )