From dbbceb6530c22b0bdb160add4c3e619f5593d946 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 Apr 2022 00:18:41 +0200 Subject: [PATCH] Update fs2-core to 2.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d9ebe59d..15eeee3d 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ val Version = new { } object CE2 { - val fs2 = "2.5.9" + val fs2 = "2.5.11" val cats = "2.5.4" val zioInterop = "2.5.1.0" }