From 29cb29e767c8654634562de08c5b89c3df39b337 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 02:15:16 +0200 Subject: [PATCH] Update fs2-core to 3.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 257a13ec..9d17f262 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ Global / (Test / testOptions) += Tests.Argument("--quickstart") val Version = new { object CE3 { - val fs2 = "3.1.5" + val fs2 = "3.1.6" val cats = "3.2.9" val zioInterop = "3.1.1.0" }