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"