summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-04-11 08:11:29 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-04-11 08:11:29 +0200
commit265aa54bc2166eab44bd1df6d1078cd174f33331 (patch)
tree9f721a4ed23b1a5b857d1b2584838ef8d08671a3
parentNew muc_register_nick command (thanks to Peter Marheine)(#1407) (diff)
Use p1_utils 1.0.8
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index f8dce38b..aef3a017 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", "f677e61"}},
+ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.8"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.7"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.11"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}},