diff --git a/mix.exs b/mix.exs index d5dc7175e..7182fef4e 100644 --- a/mix.exs +++ b/mix.exs @@ -70,7 +70,8 @@ defmodule Ejabberd.Mixfile do {:jiffy, "~> 0.14.7"}, {:p1_oauth2, "~> 0.6.1"}, {:distillery, "~> 1.0"}, - {:ex_doc, ">= 0.0.0", only: :dev}] + {:ex_doc, ">= 0.0.0", only: :dev}, + {:fs, "~> 2.12.0"}] ++ cond_deps() end