aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-01-23 18:44:38 +0100
committerMickael Remond <mremond@process-one.net>2016-01-23 18:44:38 +0100
commite97195b3a6daf224b623849f2aa5869a677cd96b (patch)
tree5305867a7add15913d2beb639706592fa3d5919b /mix.exs
parentlager is the default logger, we need to reverse the define flag (diff)
Mix requires override
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 58b37c487..eafddcb97 100644
--- a/mix.exs
+++ b/mix.exs
@@ -32,7 +32,7 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
- {:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3"},
+ {:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3", override: true},
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
{:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.1"},