From 4d73e48a720e407d78cc4d17d0f88b0956b17cdd Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:17:09 +0000 Subject: [PATCH] Update fs2-core, fs2-io to 3.14.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7ff4e2c..89629e2 100644 --- a/build.sbt +++ b/build.sbt @@ -26,8 +26,8 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= List( "org.typelevel" %% "cats-core" % "2.13.0", "org.typelevel" %% "cats-effect" % "3.7.0", - "co.fs2" %% "fs2-core" % "3.13.0", - "co.fs2" %% "fs2-io" % "3.13.0", + "co.fs2" %% "fs2-core" % "3.14.0", + "co.fs2" %% "fs2-io" % "3.14.0", "org.scodec" %% "scodec-bits" % "1.2.4", "org.scodec" %% "scodec-core" % (if (scalaVersion.value.startsWith("2.")) "1.11.10"