Skip to content

Commit

Permalink
set rebar3 to latest version full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Sep 25, 2024
1 parent 8a178eb commit b7b6dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup-beam.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ async function testParseVersionFile() {
const erlang = '27'
const elixir = '1.17.0'
const gleam = '0.23.0'
const rebar3 = '3.23'
const rebar3 = '3.24.0'
const toolVersions = `# a comment
erlang ref:v${erlang}# comment, no space, and ref:v
elixir ref:${elixir} # comment, with space and ref:
Expand Down

0 comments on commit b7b6dd7

Please sign in to comment.