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 <bjorn.a.svensson@est.tech>
diff --git a/lib/erl/rebar.config b/lib/erl/rebar.config
index c3149b4..7f80cfd 100644
--- a/lib/erl/rebar.config
+++ b/lib/erl/rebar.config
@@ -39,7 +39,7 @@
]}.
{plugins, [
- {erlfmt, "1.1.0"}
+ {erlfmt, "1.5.0"}
]}.
{erlfmt, [
diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src
index 499b766..c0d4bab 100644
--- a/lib/erl/src/thrift.app.src
+++ b/lib/erl/src/thrift.app.src
@@ -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, []},