We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0284b commit 71831feCopy full SHA for 71831fe
project/Dependencies.scala
@@ -18,7 +18,7 @@ object Dependencies {
18
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
19
val decline = "com.monovore" %% "decline" % "2.4.1"
20
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
21
- val fs2Core = "co.fs2" %% "fs2-core" % "3.4.0"
+ val fs2Core = "co.fs2" %% "fs2-core" % "3.5.0"
22
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
23
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M38"
24
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
0 commit comments