6
mix.exs
6
mix.exs
@@ -138,7 +138,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:phoenix_ecto, "~> 4.0"},
|
||||
{:postgrex, ">= 0.15.3"},
|
||||
{:phoenix_html, "~> 3.0"},
|
||||
{:phoenix_live_view, "~> 0.16.4"},
|
||||
{:phoenix_live_view, "~> 0.17.1"},
|
||||
{:gettext, "~> 0.11"},
|
||||
{:cowboy, "~> 2.6"},
|
||||
{:guardian, "~> 2.0"},
|
||||
@@ -206,13 +206,13 @@ defmodule Mobilizon.Mixfile do
|
||||
{:paasaa, "~> 0.5.0"},
|
||||
{:nimble_csv, "~> 1.1"},
|
||||
{:export, "~> 0.1.0"},
|
||||
{:tz_world, "~> 0.7.0"},
|
||||
{:tz_world, "~> 1.0"},
|
||||
{:tzdata, "~> 1.1"},
|
||||
# Dev and test dependencies
|
||||
{:phoenix_live_reload, "~> 1.2", only: [:dev, :e2e]},
|
||||
{:ex_machina, "~> 2.3", only: [:dev, :test]},
|
||||
{:excoveralls, "~> 0.14.0", only: :test},
|
||||
{:ex_doc, "~> 0.23", only: [:dev, :test], runtime: false},
|
||||
{:ex_doc, "~> 0.25", only: [:dev, :test], runtime: false},
|
||||
{:mix_test_watch, "~> 1.0", only: :dev, runtime: false},
|
||||
{:ex_unit_notifier, "~> 1.0", only: :test},
|
||||
{:dialyxir, "~> 1.1", only: [:dev], runtime: false},
|
||||
|
||||
Reference in New Issue
Block a user