From 2a19aee513d18028986320c5f71f0463e883e171 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Aug 2021 06:32:04 +0200 Subject: [PATCH] Update fs2-core, fs2-io, ... to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0cbafd..822076f 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val amazonV = "2.17.11" val catsV = "2.6.1" val catsEffectV = "3.2.1" -val fs2V = "3.0.6" +val fs2V = "3.1.0" val log4catsV = "1.2.0" val refinedV = "0.9.25" val collectionCompatV = "2.5.0"