From e41624bb090ee88ee0a5ee9be6dccba114499a7b Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 7 Sep 2025 13:16:23 +0000 Subject: [PATCH] Update fs2-core, fs2-io to 3.12.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b7cdc5fb..887c2187 100644 --- a/build.sbt +++ b/build.sbt @@ -98,8 +98,8 @@ lazy val core = crossProject(JVMPlatform) "org.typelevel" %% "log4cats-slf4j" % "2.7.0", "io.circe" %% "circe-generic" % "0.14.10", "io.circe" %% "circe-parser" % "0.14.10", - "co.fs2" %% "fs2-core" % "3.11.0", - "co.fs2" %% "fs2-io" % "3.11.0", + "co.fs2" %% "fs2-core" % "3.12.2", + "co.fs2" %% "fs2-io" % "3.12.2", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" ), libraryDependencies ++= {