From 5476bb1e93e9e787a304fd470985e0005afd321b Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:34:00 +0000 Subject: [PATCH] Update fs2-core to 3.9.3 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 2ff9863e..2610b43e 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -9,7 +9,7 @@ object Settings { val catsEffect = "3.5.2" val discipline = "1.5.1" val disciplineMUnit = "1.0.9" - val fs2 = "3.9.2" + val fs2 = "3.9.3" val log4Cats = "2.6.0" val monocle = "3.2.0" val mUnit = "0.7.29"