Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-09-30 10:39:00 +02:00
parent 058af34653
commit cc4ddbbb93
4 changed files with 174 additions and 177 deletions

View File

@@ -95,8 +95,8 @@ defmodule Mobilizon.Mixfile do
{:ex_ical, "~> 0.2"},
{:bamboo, "~> 1.5"},
{:bamboo_smtp, "~> 3.0"},
{:geolix, "~> 1.0"},
{:geolix_adapter_mmdb2, "~> 0.5.0"},
{:geolix, "~> 2.0"},
{:geolix_adapter_mmdb2, "~> 0.6.0"},
{:absinthe, "~> 1.5.2"},
{:absinthe_phoenix, "~> 2.0.0"},
{:absinthe_plug, "~> 1.5.0"},
@@ -147,7 +147,7 @@ defmodule Mobilizon.Mixfile do
{:credo, "~> 1.4.0", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.4", only: :test},
{:elixir_feed_parser, "~> 2.1.0", only: :test},
{:mox, "~> 0.5", only: :test}
{:mox, "~> 1.0", only: :test}
] ++ oauth_deps()
end