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 c17d367 commit 1d02067Copy full SHA for 1d02067
project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
20
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
21
val decline = "com.monovore" %% "decline" % "2.3.0"
22
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
23
- val fs2Core = "co.fs2" %% "fs2-core" % "3.2.9"
+ val fs2Core = "co.fs2" %% "fs2-core" % "3.2.10"
24
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
25
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M34"
26
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
0 commit comments