mix: update dependencies for cowboy 2.0
This commit is contained in:
parent
a47cc5a2cf
commit
e10ca35b3d
2 changed files with 7 additions and 8 deletions
5
mix.exs
5
mix.exs
|
|
@ -55,9 +55,8 @@ defmodule Pleroma.Mixfile do
|
|||
# Type `mix help deps` for examples and options.
|
||||
defp deps do
|
||||
[
|
||||
# Until Phoenix 1.4.1 is released
|
||||
{:phoenix, github: "phoenixframework/phoenix", branch: "v1.4"},
|
||||
{:plug_cowboy, "~> 1.0"},
|
||||
{:phoenix, "~> 1.4.1"},
|
||||
{:plug_cowboy, "~> 2.0"},
|
||||
{:phoenix_pubsub, "~> 1.1"},
|
||||
{:phoenix_ecto, "~> 3.3"},
|
||||
{:postgrex, ">= 0.13.5"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue