From 37f3355d3238dd79b63c251b999b6ac2ac0f7369 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 Oct 2021 19:12:43 +0200 Subject: [PATCH] Update fs2-io to 3.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0458082..96770fd 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,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.0" +val fs2_3_version = "3.2.1" excludeLintKeys in Global ++= Set(ideSkipProject)