Fix ex_doc override

https://github.com/elixir-cldr/cldr_currencies/issues/3

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-08 10:45:14 +02:00
parent 00c8be4d8c
commit 944e4dceee
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ defmodule Mobilizon.Mixfile do
{: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, override: true},
{:ex_doc, "~> 0.23", 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},