Update elixir libs
This commit is contained in:
4
mix.exs
4
mix.exs
@@ -54,7 +54,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:phoenix, "~> 1.4.0"},
|
||||
{:phoenix_pubsub, "~> 1.0"},
|
||||
{:phoenix_ecto, "~> 4.0"},
|
||||
{:postgrex, ">= 0.0.0"},
|
||||
{:postgrex, ">= 0.14.2"},
|
||||
{:phoenix_html, "~> 2.10"},
|
||||
{:gettext, "~> 0.11"},
|
||||
{:cowboy, "~> 2.6"},
|
||||
@@ -95,7 +95,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:ex_machina, "~> 2.3", only: [:dev, :test]},
|
||||
{:excoveralls, "~> 0.10", only: :test},
|
||||
{:ex_doc, "~> 0.16", only: [:dev, :test], runtime: false},
|
||||
{:ex_doc, "~> 0.20.2", only: [:dev, :test], runtime: false},
|
||||
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
|
||||
{:ex_unit_notifier, "~> 0.1", only: :test},
|
||||
{:dialyxir, "~> 1.0.0-rc.4", only: [:dev], runtime: false},
|
||||
|
||||
Reference in New Issue
Block a user