From 3e74ac0ca77c4f00c094064b6a56fc7272699153 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 13 May 2023 00:21:14 +0000 Subject: [PATCH] Update fs2-io to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 801c436..9c25fdc 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,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.6.1" +val fs2_3_version = "3.7.0" val armeriaVersion = "1.23.1" excludeLintKeys in Global ++= Set(ideSkipProject)