From 264bb15aeee496556dd023ee686d9e66ef94b227 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:09:46 +0000 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 02c4f83..b525fc0 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2") 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)