Switch to phoenixframework/phoenix as the needed change is merged.
This commit is contained in:
parent
b12a904911
commit
ba9ef77b6a
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
mix.exs
|
|
@ -44,7 +44,7 @@ defmodule Pleroma.Mixfile do
|
|||
defp deps do
|
||||
[
|
||||
# Until Phoenix 1.4.1 is released
|
||||
{:phoenix, github: "feld/phoenix", branch: "v1.4"},
|
||||
{:phoenix, github: "phoenixframework/phoenix", branch: "v1.4"},
|
||||
{:plug_cowboy, "~> 1.0"},
|
||||
{:phoenix_pubsub, "~> 1.1"},
|
||||
{:phoenix_ecto, "~> 3.3"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue