Skip to content

Commit f0a546f

Browse files
author
Brujo Benavides
authored
[RTI-9528] Adjust for OTP23 (#35)
1 parent 9dea89c commit f0a546f

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

include/erlmld.hrl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
-ifndef(ERLMLD_HRL).
2-
3-
-define(ERLMLD_HRL, true).
4-
51
-record(sequence_number,
62
{%% overall record sequence number:
73
base :: undefined | non_neg_integer() | atom(),
@@ -45,5 +41,3 @@
4541
%% magic number identifying deflate-compressed KPL record, compressed using
4642
%% zlib:compress/1. the KPL checksum trailer is included in the deflated data.
4743
-define(KPL_AGG_MAGIC_DEFLATED, <<16#01, 16#89, 16#9A, 16#C2>>).
48-
49-
-endif.

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
{plugins, [rebar3_gpb_plugin]}.
77

88
{project_plugins,
9-
[{rebar3_hex, "~> 6.11.0"},
10-
{rebar3_format, "~> 1.0.0"},
9+
[{rebar3_hex, "~> 6.11.3"},
10+
{rebar3_format, "~> 1.0.1"},
1111
{rebar3_lint, "~> 0.4.0"},
12-
{rebar3_hank, "~> 0.4.0"}]}.
12+
{rebar3_hank, "~> 1.1.1"}]}.
1313

1414
{gpb_opts,
1515
[{i, "priv/proto"},

0 commit comments

Comments
 (0)