From c8e56e396a098fe73ea2fe65b3aa9b3212f09e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 21:01:16 +0000 Subject: [PATCH] chore(deps): update dependency cowboy to v2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5025e2e..bf8f2a4 100644 --- a/mix.exs +++ b/mix.exs @@ -37,7 +37,7 @@ defmodule Eblog.Mixfile do {:phoenix_html, "== 2.14.3"}, {:phoenix_live_reload, "== 1.3.3", only: :dev}, {:gettext, "== 0.19.1"}, - {:cowboy, "== 1.1.2"}] + {:cowboy, "== 2.9.0"}] end # Aliases are shortcuts or tasks specific to the current project.