Update elixir libs

This commit is contained in:
Vincent
2019-04-18 10:02:26 +02:00
parent 4c0a43b4d4
commit 447c9afd08
2 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ defmodule Mobilizon.Mixfile do
{:phoenix, "~> 1.4.0"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_ecto, "~> 4.0"},
{:postgrex, ">= 0.0.0"},
{:postgrex, ">= 0.14.2"},
{:phoenix_html, "~> 2.10"},
{:gettext, "~> 0.11"},
{:cowboy, "~> 2.6"},
@@ -95,7 +95,7 @@ defmodule Mobilizon.Mixfile do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:ex_machina, "~> 2.3", only: [:dev, :test]},
{:excoveralls, "~> 0.10", only: :test},
{:ex_doc, "~> 0.16", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.20.2", only: [:dev, :test], runtime: false},
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
{:ex_unit_notifier, "~> 0.1", only: :test},
{:dialyxir, "~> 1.0.0-rc.4", only: [:dev], runtime: false},