This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch bump-recon-to-2.5.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 552d4ab40fe3021bec96d7fcd86a262b63c37f54 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Jan 18 11:08:55 2023 -0500 Bump rebar to 2.5.3 Changes since 2.5.2: https://github.com/ferd/recon/compare/2.5.2...2.5.3 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.
