From 8f250ce11a0fe8da0b915f88ea8d50f95611767d Mon Sep 17 00:00:00 2001 From: "fmonniot-s-scala-steward[bot]" <152087597+fmonniot-s-scala-steward[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:22:04 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 448e239..993ee29 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val cats = project libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0", libraryDependencies ++= Seq( "org.scalameta" %% "munit" % "1.0.0-M11" % Test, - "org.typelevel" %% "cats-effect" % "3.5.3" % Test + "org.typelevel" %% "cats-effect" % "3.5.4" % Test ) ) @@ -72,5 +72,5 @@ lazy val docs = project mdocVariables := Map( "VERSION" -> (core / version).value ), - libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.3" + libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4" )