From 02ff581e697d6a8f9d7ac499d525eded55678476 Mon Sep 17 00:00:00 2001 From: Igor Florian Date: Mon, 3 Sep 2018 17:59:05 -0300 Subject: [PATCH] Remove set_locale lib --- apps/block_scout_web/mix.exs | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/block_scout_web/mix.exs b/apps/block_scout_web/mix.exs index 14d14cbbb8..94b52b3389 100644 --- a/apps/block_scout_web/mix.exs +++ b/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"},