summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-06-05 20:24:17 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-06-05 20:24:17 +0200
commitc6bbdafe92d32d6da4c235ce737f669e84ce30cf (patch)
tree95bcb9a51aa1b60c3f7d8ec16b2fedac11e86241 /rebar.config
parentWhen updating group in cache, first delete so insert succeeds (#3296) (diff)
Update 'yconf' dependency to fix Erlang/OTP 19.x
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 faf3a4af..0a1e8f54 100644
--- a/rebar.config
+++ b/rebar.config
@@ -27,7 +27,7 @@
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.7"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.25"}}},
- {yconf, ".*", {git, "https://github.com/processone/yconf", "9e700d7307310fcbd1293ac82f1b45cf6e6ef7e8"}},
+ {yconf, ".*", {git, "https://github.com/processone/yconf", "60e431a1f1e4504ccc9e329a9202b88c26b341ae"}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.4"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.6"}}},
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.5"}}},