From c63c95dfdd2c34dd2eb1c9e2a33d5718aee371b6 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:24:31 +0000 Subject: [PATCH] Update cats-effect to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe75f80..a837d3f 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform) "org.typelevel" %%% "log4cats-core" % log4catsVersion, "org.typelevel" %%% "keypool" % "0.4.10", "org.typelevel" %%% "case-insensitive" % "1.4.2", - "org.typelevel" %%% "cats-effect" % "3.5.5", + "org.typelevel" %%% "cats-effect" % "3.5.6", "org.typelevel" %%% "cats-mtl" % "1.5.0", "org.tpolecat" %%% "natchez-core" % "0.3.7", "org.tpolecat" %%% "natchez-mtl" % "0.3.7",