From e47b016e767c19756fc7a1395fe53783b98eb570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Thu, 9 Nov 2017 09:59:40 +0100 Subject: [PATCH] Add fs as dep in mix.exs --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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