summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-14 16:52:03 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-11-14 16:52:03 +0100
commit309962fb8b70dc42dbfcc98b4e64bd251aad84b9 (patch)
treed23b6257efd2450a6d69b411d24f18e3f82c3348 /rebar.config
parentFix IQ result processing (diff)
Use p1_http from p1_utils 1.0.6
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 3ad5cf6e..06ca9ab1 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,7 +8,7 @@
%%%-------------------------------------------------------------------
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}},
+ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.4"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.7"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.6"}}},