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

vatamane pushed a commit to branch upgrade-erlfmt-and-rebar3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a4fb662299ae1616fdedcc65dbf9b4aac00f7f67
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"

Reply via email to