Skip to content

Commit c8e56e3

Browse files
chore(deps): update dependency cowboy to v2
1 parent bfe252c commit c8e56e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule Eblog.Mixfile do
3737
{:phoenix_html, "== 2.14.3"},
3838
{:phoenix_live_reload, "== 1.3.3", only: :dev},
3939
{:gettext, "== 0.19.1"},
40-
{:cowboy, "== 1.1.2"}]
40+
{:cowboy, "== 2.9.0"}]
4141
end
4242

4343
# Aliases are shortcuts or tasks specific to the current project.

0 commit comments

Comments
 (0)