From a752a69c29b6264eacd8e2a967a6e12b2c0050f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Mar 2022 01:05:22 +0200 Subject: [PATCH] Update fs2-io to 3.2.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f486b06..9ef33c6 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val fs2_2_version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.1.0" case _ => "2.5.9" } -val fs2_3_version = "3.2.5" +val fs2_3_version = "3.2.6" val armeriaVersion = "1.15.0" excludeLintKeys in Global ++= Set(ideSkipProject)