Skip to content

Commit f336030

Browse files
committed
chore(deps): update dependency cowboy to v2
1 parent 9e6af6d commit f336030

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.6"},
3838
{:phoenix_live_reload, "~> 1.0", only: :dev},
3939
{:gettext, "== 0.19.1"},
40-
{:cowboy, "~> 1.0"}]
40+
{:cowboy, "== 2.9.0"}]
4141
end
4242

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

0 commit comments

Comments
 (0)