From c2cd4e6c0a5fd1bc4dc8a269899ab9707155a35e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Mar 2024 15:47:21 +0000 Subject: [PATCH] Update fs2-core to 3.10.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4148aced..60f89ed4 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ sonatypeCredentialHost := "s01.oss.sonatype.org" val Version = new { object CE3 { - val fs2 = "3.5.0" + val fs2 = "3.10.1" val ce = "3.5.3" }