Skip to content

Commit

Permalink
Fix build warnings for Erlang/OTP 27
Browse files Browse the repository at this point in the history
Client: Erlang

Since erlfmt is a build dependency, and the currently used version
generates new build warnings with latest OTP 27, we lift its version.
Includes a formatting correction that is verified to work with the
script build/veralign.sh

Signed-off-by: Björn Svensson <[email protected]>
  • Loading branch information
bjosv authored and Jens-G committed Dec 12, 2024
1 parent d8cd883 commit 9171491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/erl/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]}.

{plugins, [
{erlfmt, "1.1.0"}
{erlfmt, "1.5.0"}
]}.

{erlfmt, [
Expand Down
4 changes: 2 additions & 2 deletions lib/erl/src/thrift.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
% A quick description of the application.
{description, "Thrift bindings"},

% The version of the applicaton
{vsn, "0.22.0"},
% The version of the applicaton
{vsn, "0.22.0"},

% All modules used by the application.
{modules, []},
Expand Down

0 comments on commit 9171491

Please sign in to comment.