This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 7ac5387bf Upgrade erlfmt and rebar3
7ac5387bf is described below
commit 7ac5387bfee10b0769adb1bec106e8205ae7404c
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Sep 9 15:42:22 2025 -0400
Upgrade erlfmt and rebar3
For erlfmt it's mainly the ability to format newer syntax constructs in OTP
28.
For rebar3 it's mainly staying current with it
Changelogs:
* erlfmt v1.3.0 -> v1.7.0 :
https://github.com/WhatsApp/erlfmt/compare/v1.3.0...v1.7.0
* rebar3 3.23.0 -> 3.25.1 :
https://github.com/erlang/rebar3/compare/3.23.0...3.25.1
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 928e71379..9d82e3734 100755
--- a/configure
+++ b/configure
@@ -21,8 +21,8 @@ basename=`basename $0`
PACKAGE_AUTHOR_NAME="The Apache Software Foundation"
-REBAR3_BRANCH="3.23.0"
-ERLFMT_VERSION="v1.3.0"
+REBAR3_BRANCH="3.25.1"
+ERLFMT_VERSION="v1.7.0"
# TEST=0
WITH_PROPER="true"