From fc346abc39598e67dce4781a75a510544b903964 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:13:21 +0000 Subject: [PATCH] Update fs2-core to 3.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9afe9228..90aa6568 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val Version = new { val catsEffect = "3.5.4" val catsLaws = "2.9.0" val discipline = "1.5.1" - val fs2 = "3.10.2" + val fs2 = "3.11.0" val junit = "4.13.2" val portableReflect = "1.1.2" val scalaJavaTime = "2.4.0"