Downgrade cowboy

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-08-24 14:09:21 +02:00
parent 8586a215c1
commit 970a40c22e
2 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ defmodule Eventos.Mixfile do
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 2.10"},
{:gettext, "~> 0.11"},
{:cowboy, "~> 2.4", override: true},
{:cowboy, "~> 1.0"},
{:guardian, "~> 1.0"},
{:guardian_db, "~> 1.0"},
{:comeonin, "~> 4.0"},