From bb1fbddd3b8690b5ec0960f7fa80eb9b98aaee99 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 5 Sep 2025 19:00:17 +0000 Subject: [PATCH] Update fs2-core to 3.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ee1f50..b13cab7 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "cats-core" % "2.11.0", "org.typelevel" %%% "cats-effect" % "3.6.1", "org.typelevel" %%% "cats-effect-testkit" % "3.6.1" % Test, - "co.fs2" %%% "fs2-core" % "3.12.0", + "co.fs2" %%% "fs2-core" % "3.12.2", "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test )