Skip to content

Commit ee3c10b

Browse files
committed
chore: set rebar3 3.26.0 in generated .tool-versions (fixes cowboy hex dep parsing)
1 parent 2fdf62e commit ee3c10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rebar3_nova_new.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ generate_tool_versions(Name) ->
981981
Path = filename:join(Name, ".tool-versions"),
982982
Content = [
983983
"erlang 28.0.4\n",
984-
"rebar 3.25.0\n"
984+
"rebar 3.26.0\n"
985985
],
986986
rebar3_nova_utils:write_file(Path, Content).
987987

0 commit comments

Comments
 (0)