summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 16:13:16 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 16:13:16 +0100
commit71ee0d56fabf88099c5154ee04375866c08fe01b (patch)
treeca5b605f16b4bc205189acb0bc7db3448d363c91 /rebar.config
parentConvert more dependencies to new repository / packages (diff)
Switch to fast_tls and update app names
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index f0559f5e..f3d52f9e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -10,7 +10,7 @@
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.0.2"}}},
{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"}}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.1"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.2"}}},
{p1_xml, ".*", {git, "https://github.com/processone/xml", {tag, "1.1.2"}}},
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},
@@ -37,12 +37,12 @@
{if_var_true, latest_deps,
{floating_deps, [p1_logger,
cache_tab,
- p1_tls,
+ fast_tls,
stringprep,
p1_xml,
esip,
luerl,
- p1_stun,
+ stun,
fast_yaml,
p1_utils,
p1_mysql,
@@ -94,7 +94,7 @@
{eunit_compile_opts, [{i, "tools"}]}.
-{post_hook_configure, [{"p1_tls", []},
+{post_hook_configure, [{"fast_tls", []},
{"stringprep", []},
{"fast_yaml", []},
{"esip", []},