Skip to content

Commit 71831fe

Browse files
Update fs2-core, fs2-io to 3.5.0 (#2930)
1 parent eb0284b commit 71831fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Dependencies {
1818
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
1919
val decline = "com.monovore" %% "decline" % "2.4.1"
2020
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
21-
val fs2Core = "co.fs2" %% "fs2-core" % "3.4.0"
21+
val fs2Core = "co.fs2" %% "fs2-core" % "3.5.0"
2222
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
2323
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M38"
2424
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision

0 commit comments

Comments
 (0)