From a1c12b305e575469074eb9f48a06593030abdfad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:32:01 +0000 Subject: [PATCH] rebar3: Update to version 3.25.1 --- bucket/rebar3.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rebar3.json b/bucket/rebar3.json index 3f27ffc2d3..ce0ab46bc6 100644 --- a/bucket/rebar3.json +++ b/bucket/rebar3.json @@ -1,13 +1,13 @@ { - "version": "3.25.0", + "version": "3.25.1", "description": "An Erlang tool that makes it easy to create, develop, and release Erlang libraries, applications, and systems in a repeatable manner.", "homepage": "https://rebar3.org/", "license": "Apache-2.0", "suggest": { "Erlang compiler": "erlang" }, - "url": "https://github.com/erlang/rebar3/releases/download/3.25.0/rebar3", - "hash": "2d46024331792aa31c8d12242c0073042d24e2650b45fedba6c17156a8220fa3", + "url": "https://github.com/erlang/rebar3/releases/download/3.25.1/rebar3", + "hash": "924576737f0d3098e1fa4691e6f542bf61036d234c61ebdc18aafef8e2bccf67", "pre_install": [ "$content = @('@echo off', 'setlocal', 'set rebarscript=%~f0', 'escript.exe \"%rebarscript:.cmd=%\" %*')", "Set-Content \"$dir\\rebar3.cmd\" -Value $content -Encoding ascii"