From dc20fe9b147614eaaadab22f57e64d5016ef5b52 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:08:56 +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 8dcc1003..1375b3a9 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ val Version = new { val catsLaws = "2.9.0" val discipline = "1.5.1" val expecty = "0.16.0" - 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"