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