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 49ff0c3 commit 75150deCopy full SHA for 75150de
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.4.1"
22
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
23
- val fs2Core = "co.fs2" %% "fs2-core" % "3.9.1"
+ val fs2Core = "co.fs2" %% "fs2-core" % "3.9.2"
24
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
25
val gitignore = "com.github.arturopala" %% "gitignore" % "0.6.0"
26
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M40"
0 commit comments