Update Phoenix to 1.4.8

This commit is contained in:
Mark Felder 2019-06-15 07:03:26 -05:00
commit 2ad5a8511d
2 changed files with 6 additions and 6 deletions

View file

@ -85,7 +85,7 @@ defmodule Pleroma.Mixfile do
# Type `mix help deps` for examples and options.
defp deps do
[
{:phoenix, "~> 1.4.1"},
{:phoenix, "~> 1.4.8"},
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},