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