24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

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

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