From 39d780c1703f8e6bacca94ee42df8afcc32b1428 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Mar 2024 16:29:11 +0000 Subject: [PATCH] Update fs2-core to 3.10.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8e601d7..b17d281 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ lazy val root = tlCrossRootProject lazy val core = myCrossProject("core") .settings( libraryDependencies ++= Seq( - "co.fs2" %%% "fs2-core" % "3.10.0", + "co.fs2" %%% "fs2-core" % "3.10.1", "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test ) )