From 45f114c118f876c164a2ca92bcd2486bba35abeb Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:07:41 +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 5a007a4a7..55f6b6699 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -26,7 +26,7 @@ object Settings { val catsEffectVersion = "3.5.2" val catsVersion = "2.10.0" val mouseVersion = "1.2.2" - val fs2Version = "3.9.3" + val fs2Version = "3.9.4" val shapelessVersion = "2.3.9" val scalaParsersVersion = "1.1.2" val scalaXmlVersion = "1.2.0"