mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
mix.exs: The ex_doc dependency is only relevant for the edoc Mix environment
This commit is contained in:
parent
f72cfa9a13
commit
ad1b577ca9
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -133,7 +133,7 @@ defmodule Ejabberd.MixProject do
|
|||
[{:cache_tab, "~> 1.0"},
|
||||
{:dialyxir, "~> 1.2", only: [:test], runtime: false},
|
||||
{:eimp, "~> 1.0"},
|
||||
{:ex_doc, "~> 0.31", only: [:dev, :edoc], runtime: false},
|
||||
{:ex_doc, "~> 0.31", only: [:edoc], runtime: false},
|
||||
{:fast_tls, "~> 1.1.22"},
|
||||
{:fast_xml, "~> 1.1.53"},
|
||||
{:fast_yaml, "~> 1.0"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue