From ca36aceb63e5f3c8f211840eebdec15bcd1f3f79 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:07:12 +0000 Subject: [PATCH] Update fs2-core to 3.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74209d479..f350790f8 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ ThisBuild / scalaVersion := Scala213 // the default Scala val CatsVersion = "2.10.0" val CatsEffectVersion = "3.5.3" val CatsMtlVersion = "1.4.0" -val FS2Version = "3.9.3" +val FS2Version = "3.9.4" val MUnitVersion = "1.0.0-M10" val MUnitCatsEffectVersion = "2.0.0-M4" val MUnitDisciplineVersion = "2.0.0-M3"