6
mix.exs
6
mix.exs
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user