From 737b6b0feb8243b49cd6410260b0f85cb80630fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 17:07:27 +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 ae1c769..c856804 100644 --- a/build.sbt +++ b/build.sbt @@ -136,7 +136,7 @@ lazy val catsEffect = val disney = "com.disneystreaming" val weaverV = "0.8.4" Seq( - "org.typelevel" %% "cats-effect" % "3.5.6", + "org.typelevel" %% "cats-effect" % "3.5.7", "co.fs2" %% "fs2-core" % "3.11.0", "co.fs2" %% "fs2-io" % "3.11.0", disney %% "weaver-cats" % weaverV % Test,