Skip to content

Commit

Permalink
Merge pull request #2912 from ferd/bump-relx-vendored-copy
Browse files Browse the repository at this point in the history
Bump relx vendored copy
  • Loading branch information
ferd authored Aug 29, 2024
2 parents 7eb4278 + c0d0ae6 commit 7da4837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/rebar/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{providers, "1.9.0"},
{getopt, "1.0.2"},
{bbmustache, "1.12.2"},
{relx, "4.9.0"},
{relx, "4.10.0"},
{cf, "0.3.1"},
{cth_readable, "1.5.1"},
{eunit_formatters, "0.5.0"}]}.
Expand Down
2 changes: 1 addition & 1 deletion vendor/relx/hex_metadata.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
[{<<"app">>,<<"bbmustache">>},
{<<"optional">>,false},
{<<"requirement">>,<<"~>1.10">>}]}]}.
{<<"version">>,<<"4.9.0">>}.
{<<"version">>,<<"4.10.0">>}.
2 changes: 1 addition & 1 deletion vendor/relx/src/relx.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,relx,
[{description,"Release assembler for Erlang/OTP Releases"},
{vsn,"4.9.0"},
{vsn,"4.10.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,bbmustache,sasl,tools]},
Expand Down

0 comments on commit 7da4837

Please sign in to comment.