From 40e307eb0e1c51bdffc89377093d67ee3fbd95f9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:18:38 +0200 Subject: [PATCH] Update fs2-core, fs2-io to 3.9.1 (#3154) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2106cf8f54..5c741dd369 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1" val decline = "com.monovore" %% "decline" % "2.4.1" val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9" - val fs2Core = "co.fs2" %% "fs2-core" % "3.8.0" + val fs2Core = "co.fs2" %% "fs2-core" % "3.9.1" val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision val gitignore = "com.github.arturopala" %% "gitignore" % "0.6.0" val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M40"