From 4dfa3fc6a85f1e076c38705a6db2de339538bc9e Mon Sep 17 00:00:00 2001 From: oss-47 Date: Fri, 5 Sep 2025 05:10:19 +0000 Subject: [PATCH] Update fs2-core to 3.12.2 --- project/ProjectPlugin.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 757fdc9..386190f 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -17,7 +17,7 @@ object ProjectPlugin extends AutoPlugin { libraryDependencies ++= Seq( "org.typelevel" %%% "cats-effect" % "3.6.3", - "co.fs2" %% "fs2-core" % "3.12.0", + "co.fs2" %% "fs2-core" % "3.12.2", "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % "test" ) ) @@ -26,7 +26,7 @@ object ProjectPlugin extends AutoPlugin { Seq( libraryDependencies ++= Seq( - "co.fs2" %% "fs2-core" % "3.12.0" + "co.fs2" %% "fs2-core" % "3.12.2" ) )