aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-05-28 14:30:09 +0200
committerLoïc Hoguin <[email protected]>2024-05-28 14:30:09 +0200
commitb54e4b5d4437424a653136af5afacd92a918aaf8 (patch)
tree4077a687291cd024631df0262993f19e58ed94d5
parent16d60fa336f2d4cf7572ec7d392014dae72a7b94 (diff)
downloaderlang.mk-b54e4b5d4437424a653136af5afacd92a918aaf8.tar.gz
erlang.mk-b54e4b5d4437424a653136af5afacd92a918aaf8.tar.bz2
erlang.mk-b54e4b5d4437424a653136af5afacd92a918aaf8.zip
Update rebar3 to 3.23.0
-rw-r--r--core/deps.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 610f642..c78146e 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -21,8 +21,10 @@ export DEPS_DIR
REBAR_DEPS_DIR = $(DEPS_DIR)
export REBAR_DEPS_DIR
+# When testing Erlang.mk and updating these, make sure
+# to delete test/test_rebar_git before running tests again.
REBAR3_GIT ?= https://github.com/erlang/rebar3
-REBAR3_COMMIT ?= 06aaecd51b0ce828b66bb65a74d3c1fd7833a4ba # 3.22.1 + OTP-27 fixes
+REBAR3_COMMIT ?= bde4b54248d16280b2c70a244aca3bb7566e2033 # 3.23.0
CACHE_DEPS ?= 0