Skip to content

Commit 3d2f171

Browse files
committed
update plug_cowboy to 2.7
1 parent 41ef104 commit 3d2f171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ defmodule EvlDaemon.Mixfile do
5252
{:httpoison, "~> 1.7.0"},
5353
{:jason, "~> 1.2"},
5454
{:plug, "~> 1.15"},
55-
{:plug_cowboy, "~> 2.6"},
55+
{:plug_cowboy, "~> 2.7"},
5656
{:cors_plug, "~> 2.0"},
5757
{:dialyxir, "~> 1.1.0", only: [:dev], runtime: false},
5858
{:ex_doc, "~> 0.22.2", only: [:dev], runtime: false},

0 commit comments

Comments
 (0)