This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-proper in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 110552d1caa4ed1c32deafd1fec6a594546f42fd Author: Nick Vatamaniuc <vatam...@gmail.com> AuthorDate: Tue Oct 24 00:20:45 2023 -0400 Update proper to latest commit --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 60bad79b2..38d7e44f6 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -164,7 +164,7 @@ WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}. OptionalDeps = case WithProper of true -> - [{proper, {url, "https://github.com/proper-testing/proper"}, "def84f172df92635cc62f3356e3e7ad054638eb4"}]; + [{proper, {url, "https://github.com/proper-testing/proper"}, "a5ae5669f01143b0828fc21667d4f5e344aa760b"}]; false -> [] end.