From bb501c10c6377513d1169c73e1083fd964a75517 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 13 Sep 2023 00:24:30 +0000 Subject: [PATCH] Update fs2-core, fs2-io, ... to 3.9.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef9aaa49ab..bee7bcf038 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ val playJsonVersion: Option[(Long, Long)] => String = { case _ => "2.9.2" } val catsEffect_3_version = "3.5.1" -val fs2_3_version = "3.9.1" +val fs2_3_version = "3.9.2" val catsEffect_2_version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.0.0"