Skip to content

Commit 9171491

Browse files
bjosvJens-G
authored andcommitted
Fix build warnings for Erlang/OTP 27
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]>
1 parent d8cd883 commit 9171491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/erl/rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]}.
4040

4141
{plugins, [
42-
{erlfmt, "1.1.0"}
42+
{erlfmt, "1.5.0"}
4343
]}.
4444

4545
{erlfmt, [

lib/erl/src/thrift.app.src

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
% A quick description of the application.
2222
{description, "Thrift bindings"},
2323

24-
% The version of the applicaton
25-
{vsn, "0.22.0"},
24+
% The version of the applicaton
25+
{vsn, "0.22.0"},
2626

2727
% All modules used by the application.
2828
{modules, []},

0 commit comments

Comments
 (0)