From 50fa0445d4e8dd29c7be86f49f9352281aabcf6c Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Tue, 17 Dec 2024 13:22:09 +0100 Subject: [PATCH] chore: bump cowboy_swagger to 2.7.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 5a62c99..5388f70 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, [ {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}}, - {cowboy_swagger, {git, "https://github.com/inaka/cowboy_swagger", {tag, "2.5.0"}}} + {cowboy_swagger, {git, "https://github.com/inaka/cowboy_swagger", {tag, "2.7.0"}}} ]}. {edoc_opts, [{preprocess, true}]}.