From a4f5d09cecc484e1d089ef9f05834985c01cf208 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:09:30 +0200 Subject: [PATCH] Update fs2-core to 3.9.2 (#1646) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b27fa6144..64ac6418b 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val argonautVersion = "6.3.8" lazy val iterateeVersion = "0.20.0" lazy val refinedVersion = "0.11.0" lazy val catsEffectVersion = "3.5.1" -lazy val fs2Version = "3.9.1" +lazy val fs2Version = "3.9.2" def compilerOptions(scalaVersion: String): Seq[String] = Seq( "-deprecation",