From 513def570542e0b9769672c8e8cca6c5d349f156 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Aug 2024 15:51:56 +0000 Subject: [PATCH] Update fs2-core to 3.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9f7101e..c1c9fd8 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val core = "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, - "co.fs2" %% "fs2-core" % "3.10.2" % Test + "co.fs2" %% "fs2-core" % "3.11.0" % Test ) )