From 36cc479dbeff106cbecd692f9376fc1fa9cacc67 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 3 Jul 2021 20:41:16 +0200 Subject: [PATCH] Update fs2-core, fs2-io to 3.0.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 024f5f6..566211d 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.0") ThisBuild / githubWorkflowOSes ++= Seq("macos-latest", "windows-latest") -val Fs2Version = "3.0.4" +val Fs2Version = "3.0.6" lazy val root = project.in(file(".")) .aggregate(core, benchmarks)