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.
2 parents 7a26839 + ddbf922 commit bd735d9Copy full SHA for bd735d9
project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
20
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0"
21
val decline = "com.monovore" %% "decline" % "2.4.1"
22
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
23
- val fs2Core = "co.fs2" %% "fs2-core" % "3.9.3"
+ val fs2Core = "co.fs2" %% "fs2-core" % "3.9.4"
24
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
25
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M40"
26
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
0 commit comments