From bc1de531cca52e166391e1e613226026b206a720 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 15 Jul 2020 11:46:00 +0200 Subject: [PATCH] Update jiffy to 1.0.5 which supports Erlang/OTP 23 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 2961ee06d..a7e68cf9a 100644 --- a/rebar.config +++ b/rebar.config @@ -28,7 +28,7 @@ {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", "60e431a1f1e4504ccc9e329a9202b88c26b341ae"}}, - {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.4"}}}, + {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.5"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.6"}}}, {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.5"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},