Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-04-01 17:17:08 +02:00
parent 53458b16a2
commit 1bbe077cbf
4 changed files with 511 additions and 460 deletions

View File

@@ -79,11 +79,11 @@ defmodule Mobilizon.Mixfile do
{:bamboo, "~> 1.0"},
{:bamboo_smtp, "~> 1.6.0"},
{:geolix, "~> 0.16"},
{:absinthe, "~> 1.4.0"},
{:absinthe, "~> 1.4.16"},
{:absinthe_phoenix, "~> 1.4.0"},
{:absinthe_plug, "~> 1.4.0"},
{:absinthe_plug, "~> 1.4.6"},
{:absinthe_ecto, "~> 0.1.3"},
{:dataloader, "~> 1.0"},
{:dataloader, "~> 1.0.6"},
{:arc, "~> 0.11.0"},
{:arc_ecto, "~> 0.11.0"},
{:plug_cowboy, "~> 2.0"},
@@ -93,7 +93,7 @@ defmodule Mobilizon.Mixfile do
{:geohax, "~> 0.3.0"},
# Dev and test dependencies
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:ex_machina, "~> 2.2", only: [:dev, :test]},
{:ex_machina, "~> 2.3", only: [:dev, :test]},
{:excoveralls, "~> 0.10", only: :test},
{:ex_doc, "~> 0.16", only: [:dev, :test], runtime: false},
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},