Skip to content

Commit

Permalink
chore(deps): update dependency cowboy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 9e6af6d commit f336030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Eblog.Mixfile do
{:phoenix_html, "~> 2.6"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "== 0.19.1"},
{:cowboy, "~> 1.0"}]
{:cowboy, "== 2.9.0"}]
end

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

0 comments on commit f336030

Please sign in to comment.