Add fs as dep in mix.exs

This commit is contained in:
Paweł Chmielowski 2017-11-09 09:59:40 +01:00
parent 902c6d476b
commit e47b016e76
1 changed files with 2 additions and 1 deletions

View File

@ -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