diff options
author | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-09-21 22:18:49 +0300 |
---|---|---|
committer | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-09-21 22:18:49 +0300 |
commit | fa00caced4b5133e698cc205d756b165b3c9e703 (patch) | |
tree | 1bc1bc580f367e0b95a10abf95a1dbfe18227cbd | |
parent | Comment `certfiles` section in example config (diff) |
Bump acme version
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index d73c77c82..e702cff51 100644 --- a/rebar.config +++ b/rebar.config @@ -33,7 +33,7 @@ {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.12"}}}, {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.4"}}}, - {acme, ".*", {git, "https://github.com/processone/acme.git", "7d5382265f"}}, + {acme, ".*", {git, "https://github.com/processone/acme.git", "b4c2899"}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.29"}}}}, {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.30"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", |