From 0a55290ac4082cd1b60b137c186f5f12bdc0f8b6 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:16:15 +0000 Subject: [PATCH] Update fs2-core to 3.9.4 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index b9a6fb70..28266c6c 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -9,7 +9,7 @@ object Settings { val catsEffect = "3.5.3" val discipline = "1.5.1" val disciplineMUnit = "1.0.9" - val fs2 = "3.9.3" + val fs2 = "3.9.4" val log4Cats = "2.6.0" val lucumaReact = "0.47.2" val monocle = "3.2.0"