From e189ce6339d96b3493d6c4cdeed53b7cd0e3b091 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 31 Aug 2023 16:01:05 +0000 Subject: [PATCH] Update fs2-core to 3.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74deafc1..4a322428 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.9.1" val ce = "3.5.1" }