From a9de6985931c319e3d37a678c00217b65bad5c00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 May 2023 16:11:25 +0000 Subject: [PATCH] Update fs2-core to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e7a4bdab..10554c18 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.7.0" val ce = "3.4.6" }