aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 10:55:40 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 10:55:40 +0100
commit9b837860cd7560412eb443017f9ceb90c630aad7 (patch)
treeb355c112cbef40878629ee6acafd2bb30173c462 /mix.exs
parentRun ejabberd test on Erlang R18 (diff)
Switch a few version to hex.pm version
Diffstat (limited to '')
-rw-r--r--mix.exs22
1 files changed, 11 insertions, 11 deletions
diff --git a/mix.exs b/mix.exs
index cfe78d204..52d40d73e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -38,25 +38,25 @@ defmodule Ejabberd.Mixfile do
end
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", override: true},
- {:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
+ [{:lager, "~> 3.0"},
+ {:p1_utils, "~> 1.0", override: true},
+ {:cache_tab, "~> 1.0"},
+ {:stringprep, "~> 1.0"},
+ {:fast_yaml, "~> 1.0"},
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
- {:stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.2"},
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.2"},
{:p1_stun, git: "https://github.com/processone/stun", tag: "0.9.1"},
{:esip, git: "https://github.com/processone/p1_sip", tag: "1.0.1"},
- {:p1_yaml, git: "https://github.com/processone/p1_yaml", tag: "1.0.1"},
- {:jiffy, git: "https://github.com/davisp/jiffy", tag: "0.14.5"},
- {:oauth2, git: "https://github.com/kivra/oauth2", ref: "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"},
- {:xmlrpc, git: "https://github.com/rds13/xmlrpc.git", tag: "1.15"},
+ {:jiffy, "~> 0.14.7"},
+ {:p1_oauth2, "~> 0.6.1"},
+ {:p1_xmlrpc, "~> 1.15"},
{:p1_mysql, git: "https://github.com/processone/mysql", tag: "1.0.0"},
{:p1_pgsql, git: "https://github.com/processone/pgsql", tag: "1.0.0"},
- {:sqlite3, git: "https://github.com/alexeyr/erlang-sqlite3", ref: "cbc3505f7a131254265d3ef56191b2581b8cc172"},
+ {:sqlite3, "~> 1.1"},
{:p1_zlib, git: "https://github.com/processone/zlib", tag: "1.0.0"},
{:p1_iconv, git: "https://github.com/processone/eiconv", tag: "0.9.0"},
- {:eredis, git: "https://github.com/wooga/eredis", tag: "v1.0.8"},
- {:exrm, "0.19.9"}]
+ {:eredis, "~> 1.0"},
+ {:exrm, "~> 1.0.0-rc7", only: :dev}]
end
defp package do