From 39eea98afd61b723f8c92c87ed841246db73144e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:10:58 +0000 Subject: [PATCH] Update fs2-core, fs2-io, fs2-scodec to 3.12.2 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9b41f3d..009fcce 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.12.2", + "co.fs2" %% "fs2-io" % "3.12.2", + "co.fs2" %% "fs2-scodec" % "3.12.2", "org.scodec" %% "scodec-bits" % "1.2.0", "org.scodec" %% "scodec-core" % (if (scalaVersion.value.startsWith("2.")) "1.11.10"