Skip to content

Commit

Permalink
Bump Rebar3 version to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Sep 20, 2024
1 parent d54fc1f commit b75e1e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- otp: '22.0'
rebar: '3.18.0'
- otp: '27.1'
rebar: '3.23.0'
rebar: '3.24.0'
fail-fast: false
steps:
- name: Install prerequisites
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ project adheres to [Semantic Versioning][SemVer].

### Changed
- Binary release: Update Erlang/OTP from 26.0.2 to 27.1.
- Binary release: Update Rebar3 from 3.22.1 to 3.24.0.
- Binary release: Update OpenSSL from 3.1.3 to 3.3.2.

## [1.12.0] - 2023-09-28
Expand Down
2 changes: 1 addition & 1 deletion tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

rel_name='eturnal'
rel_vsn=$(tools/get-version)
rebar_vsn='3.23.0'
rebar_vsn='3.24.0'
crosstool_vsn='1.26.0'
zlib_vsn='1.3.1'
yaml_vsn='0.2.5'
Expand Down

0 comments on commit b75e1e0

Please sign in to comment.