summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2023-01-18 11:08:55 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-01-18 13:25:06 -0500
commit4b2d3dc6253c821c443bc1e1b4540cf76d848908 (patch)
treeb3adab6d69343bcbc104931771bd18317637b931
parentdeb8ef2714f4bd98b3f0e85e5573cc14a58ab8fb (diff)
downloadcouchdb-4b2d3dc6253c821c443bc1e1b4540cf76d848908.tar.gz
Bump recon to 2.5.3
Changes since 2.5.2: https://github.com/ferd/recon/compare/2.5.2...2.5.3
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 028aabe8f..2bdb17a49 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -156,7 +156,7 @@ DepDescs = [
{jiffy, "jiffy", {tag, "CouchDB-1.0.9-2"}},
{mochiweb, "mochiweb", {tag, "v3.1.1"}},
{meck, "meck", {tag, "0.9.2"}},
-{recon, "recon", {tag, "2.5.2"}}
+{recon, "recon", {tag, "2.5.3"}}
].
WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}.