From f57cc4214c0b8069e9e89278d38fc8e06a91114f 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:07:41 +0000 Subject: [PATCH] Update fs2-io to 3.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 431675d1..448c212c 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val collectionCompatVersion = "2.11.0" val catsVersion = "2.11.0" val catsEffectVersion = "3.5.4" -val fs2Version = "3.10.2" +val fs2Version = "3.11.0" // Publishing