Skip to content

Commit

Permalink
Require telemetry ~> 1.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Aug 24, 2021
1 parent 780537f commit a13a28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{project_plugins, [rebar3_hex]}.
{deps, [
{telemetry, "~> 0.4"},
{telemetry, "~> 1.0"},
{cowboy, "~> 2.7"}
]}.

0 comments on commit a13a28b

Please sign in to comment.