Skip to content

Commit

Permalink
make telemetry dep less specific (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: KMC <kencross@dropbox.com>
  • Loading branch information
k-cross and rx-ken authored May 11, 2022
1 parent edd9e06 commit 90d068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defmodule Quantum.Mixfile do
[
{:crontab, "~> 1.1"},
{:gen_stage, "~> 0.14 or ~> 1.0"},
{:telemetry, "~> 0.4.3 or ~> 1.0.0"},
{:telemetry, "~> 0.4.3 or ~> 1.0"},
{:tzdata, "~> 1.0", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: [:dev, :docs], runtime: false},
{:excoveralls, "~> 0.5", only: [:test], runtime: false},
Expand Down

0 comments on commit 90d068d

Please sign in to comment.