mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add fs as dep in mix.exs
This commit is contained in:
parent
902c6d476b
commit
e47b016e76
3
mix.exs
3
mix.exs
@ -70,7 +70,8 @@ defmodule Ejabberd.Mixfile do
|
|||||||
{:jiffy, "~> 0.14.7"},
|
{:jiffy, "~> 0.14.7"},
|
||||||
{:p1_oauth2, "~> 0.6.1"},
|
{:p1_oauth2, "~> 0.6.1"},
|
||||||
{:distillery, "~> 1.0"},
|
{:distillery, "~> 1.0"},
|
||||||
{:ex_doc, ">= 0.0.0", only: :dev}]
|
{:ex_doc, ">= 0.0.0", only: :dev},
|
||||||
|
{:fs, "~> 2.12.0"}]
|
||||||
++ cond_deps()
|
++ cond_deps()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user