aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-01-23 17:29:18 +0100
committerMickael Remond <mremond@process-one.net>2016-01-23 17:29:18 +0100
commitf933cae2d6484cf5d694b1ed7a53fbd0bacbe6a6 (patch)
tree4cbf5289d0a9d38dd09c0321f0c344f8f523bee7 /mix.exs
parentAdd missing ref key (diff)
Update Elixir dependency to latest p1_utils and cache_tab
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 2ef48b5c4..fab8e9237 100644
--- a/mix.exs
+++ b/mix.exs
@@ -32,8 +32,8 @@ 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.2"},
- {:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.1"},
+ {:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3"},
+ {: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.0"},
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.1"},