From ac8e2e90090dae079af9563e40fee8cfd7873ac3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:08:38 +0000 Subject: [PATCH] Update fs2-core, fs2-io, fs2-scodec to 3.13.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9b41f3d..fe5d83a 100644 --- a/build.sbt +++ b/build.sbt @@ -28,9 +28,9 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %% "cats-core" % "2.12.0", "org.typelevel" %% "alleycats-core" % "2.12.0", "org.typelevel" %% "cats-effect" % "3.5.4", - "co.fs2" %% "fs2-core" % "3.10.2", - "co.fs2" %% "fs2-io" % "3.10.2", - "co.fs2" %% "fs2-scodec" % "3.10.2", + "co.fs2" %% "fs2-core" % "3.13.0", + "co.fs2" %% "fs2-io" % "3.13.0", + "co.fs2" %% "fs2-scodec" % "3.13.0", "org.scodec" %% "scodec-bits" % "1.2.0", "org.scodec" %% "scodec-core" % (if (scalaVersion.value.startsWith("2.")) "1.11.10"