diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 79846ca..c781e42 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.16.1", - "com.monovore" %% "decline-effect" % "2.4.1", + "com.monovore" %% "decline-effect" % "2.5.0", "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "circe" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion,