From 4b6eb70ca13c6d41137d55bc01e139574146ebc3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:23:47 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d75943..392746d 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.4" % Test + "org.typelevel" %%% "cats-effect" % "3.5.5" % Test ) )