summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-02-14 15:06:00 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-02-14 15:06:00 +0100
commit0b304731c5584cb0677a629443839e700186f459 (patch)
tree70626d3d3e1d8bec09443deceac36ee4f79151f9 /rebar.config
parentFix handling of config.ctc files (diff)
Use newer p1_utils
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 a0dadde9..778febe6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -19,7 +19,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.6"}}},
+ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", "9a58ad42d4f71dadaa16a909a6f3c0d8cd9941da"}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.6"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.10"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}},