Skip to content

Commit

Permalink
Upgrade dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Sep 11, 2024
1 parent c5d7804 commit 7c44ce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{erl_opts, []}.

{deps, [
{telemetry, "1.2.1"}
{telemetry, "1.3.0"}
]}.

{project_plugins, [
{covertool, "2.0.4"}
{rebar3_hex, "7.0.8"},
{rebar3_ex_doc, "0.2.23"},
{covertool, "2.0.7"}
]}.

{covertool, [
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.2.1">>},0}]}.
[{<<"telemetry">>,{pkg,<<"telemetry">>,<<"1.3.0">>},0}]}.
[
{pkg_hash,[
{<<"telemetry">>, <<"68FDFE8D8F05A8428483A97D7AAB2F268AAFF24B49E0F599FAA091F1D4E7F61C">>}]},
{<<"telemetry">>, <<"FEDEBBAE410D715CF8E7062C96A1EF32EC22E764197F70CDA73D82778D61E7A2">>}]},
{pkg_hash_ext,[
{<<"telemetry">>, <<"DAD9CE9D8EFFC621708F99EAC538EF1CBE05D6A874DD741DE2E689C47FEAFED5">>}]}
{<<"telemetry">>, <<"7015FC8919DBE63764F4B4B87A95B7C0996BD539E0D499BE6EC9D7F3875B79E6">>}]}
].

0 comments on commit 7c44ce2

Please sign in to comment.