Remove set_locale lib

pull/671/head
Igor Florian 6 years ago
parent b8716e2151
commit 02ff581e69
  1. 3
      apps/block_scout_web/mix.exs

@ -52,7 +52,6 @@ defmodule BlockScoutWeb.Mixfile do
:timex,
:timex_ecto,
:crontab,
:set_locale,
:logger,
:runtime_tools
]
@ -89,8 +88,6 @@ defmodule BlockScoutWeb.Mixfile do
{:phoenix_live_reload, "~> 1.0", only: [:dev]},
{:phoenix_pubsub, "~> 1.0"},
{:postgrex, ">= 0.0.0"},
# Waiting on https://github.com/smeevil/set_locale/pull/9
{:set_locale, github: "minifast/set_locale", branch: "master"},
{:sobelow, ">= 0.7.0", only: [:dev, :test], runtime: false},
{:timex, "~> 3.1.24"},
{:timex_ecto, "~> 3.2.1"},

Loading…
Cancel
Save