From 36e7ca0e464c7e6202dc867d4900bc048c18c23e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 24 Sep 2019 09:26:04 +0200 Subject: [PATCH] Add geolix adapter mmdb2 Signed-off-by: Thomas Citharel --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 8cb0da04f..189fe0776 100644 --- a/mix.exs +++ b/mix.exs @@ -79,6 +79,7 @@ defmodule Mobilizon.Mixfile do {:bamboo, "~> 1.0"}, {:bamboo_smtp, "~> 2.0"}, {:geolix, "~> 1.0"}, + {:geolix_adapter_mmdb2, "~> 0.1.0"}, {:absinthe, "~> 1.4.16"}, {:absinthe_phoenix, "~> 1.4.0"}, {:absinthe_plug, "~> 1.4.6"},