Switch to phoenixframework/phoenix as the needed change is merged.

This commit is contained in:
href 2018-12-17 17:28:03 +01:00
commit ba9ef77b6a
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
2 changed files with 2 additions and 2 deletions

View file

@ -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"},