diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 181a06b..cba4e69 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { "co.fs2" %% "fs2-io" % fs2Version, "co.fs2" %% "fs2-core" % fs2Version, "com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.20.1", - "com.monovore" %% "decline-effect" % "2.5.0", + "com.monovore" %% "decline-effect" % "2.6.0", "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "circe" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion,