aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-03-22 11:59:39 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-03-22 11:59:39 +0100
commit6c0419db2b5b95f7bd3416c09c7829b099bd47d4 (patch)
tree2d8db94ecfa73ed1b7739f91f7c1868f3447c484 /mix.exs
parentUpdate dependencies (diff)
Update mix dependencies
Diffstat (limited to '')
-rw-r--r--mix.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 031022521..0eb1492e9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -40,9 +40,9 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, "~> 3.2"},
- {:p1_utils, github: "processone/p1_utils", tag: "1.0.7", override: true},
- {:fast_xml, github: "processone/fast_xml", tag: "1.1.22", override: true, manager: :rebar},
- {:xmpp, github: "processone/xmpp", tag: "1.1.9", manager: :rebar},
+ {:p1_utils, "~> 1.0"},
+ {:fast_xml, "~> 1.1"},
+ {:xmpp, "~> 1.1"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},