We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2641fb6 + 45b7bd1 commit c61cbb1Copy full SHA for c61cbb1
1 file changed
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.2"
20
val decline = "com.monovore" %% "decline" % "2.5.0"
21
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "2.0.0"
22
- val fs2Core = "co.fs2" %% "fs2-core" % "3.11.0"
+ val fs2Core = "co.fs2" %% "fs2-core" % "3.12.0"
23
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
24
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M44"
25
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
0 commit comments