diff options
author | Badlop <badlop@process-one.net> | 2020-02-19 11:23:37 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2020-02-19 12:19:33 +0100 |
commit | f0ba506fdeda2cbc45e8a779f7b0a1bb4b3f3d40 (patch) | |
tree | 679b2a62fe723a51de5a51b624d47de1f9064c38 | |
parent | Do read piefxis file fully before starting processing included file (diff) |
Update Jiffy to 1.0.1, just for coherence with p1_acme requirement (#3102)
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 2b00cf31c..227002c22 100644 --- a/rebar.config +++ b/rebar.config @@ -28,7 +28,7 @@ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.4"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.22"}}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.2"}}}, - {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, + {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.1"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}}, {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.4"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}, |