Skip to content

Commit

Permalink
Upgrade telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed May 20, 2022
1 parent d46bdee commit cc40935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, []}.

{deps, [
{telemetry, "1.0.0"}
{telemetry, "1.1.0"}
]}.

{project_plugins, [
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"telemetry">>,{pkg,<<"telemetry">>,<<"1.0.0">>},0}]}.
[{<<"telemetry">>,{pkg,<<"telemetry">>,<<"1.1.0">>},0}]}.
[
{pkg_hash,[
{<<"telemetry">>, <<"0F453A102CDF13D506B7C0AB158324C337C41F1CC7548F0BC0E130BBF0AE9452">>}]},
{<<"telemetry">>, <<"A589817034A27EAB11144AD24D5C0F9FAB1F58173274B1E9BAE7074AF9CBEE51">>}]},
{pkg_hash_ext,[
{<<"telemetry">>, <<"73BC09FA59B4A0284EFB4624335583C528E07EC9AE76ACA96EA0673850AEC57A">>}]}
{<<"telemetry">>, <<"B727B2A1F75614774CFF2D7565B64D0DFA5BD52BA517F16543E6FC7EFCC0DF48">>}]}
].

0 comments on commit cc40935

Please sign in to comment.