This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch nouveau4win
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 056a43582e126493e4345285d407b1386294c485
Author: Ronny Berndt <[email protected]>
AuthorDate: Tue Jul 11 06:58:38 2023 +0200

    deps: upgrade proper (#4671)
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 0fa463b09..d5ff1193a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -165,7 +165,7 @@ WithProper = lists:keyfind(with_proper, 1, CouchConfig) == 
{with_proper, true}.
 
 OptionalDeps = case WithProper of
     true ->
-        [{proper, {url, "https://github.com/proper-testing/proper"}, {tag, 
"v1.4"}}];
+        [{proper, {url, "https://github.com/proper-testing/proper"}, 
"def84f172df92635cc62f3356e3e7ad054638eb4"}];
     false ->
         []
 end.

Reply via email to