From bcc515c9ad70a8ec5ff274c57dd14d1528aeb3fb Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 10 Aug 2022 00:25:58 +0000 Subject: [PATCH] Update fs2-core, fs2-io, ... to 3.2.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 25b7e280e2..88a766e304 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ val playJsonVersion: Option[(Long, Long)] => String = { case _ => "2.9.2" } val catsEffect_3_version = "3.3.14" -val fs2_3_version = "3.2.11" +val fs2_3_version = "3.2.12" val catsEffect_2_version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.0.0"