Skip to content

Commit

Permalink
Merge pull request #37 from sergiotapia/feature/telemetry-1.0
Browse files Browse the repository at this point in the history
Update telemetry deps to allow 1.0
  • Loading branch information
stueccles authored Nov 1, 2021
2 parents 9e727d7 + 3b6dd67 commit 6225d36
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 @@ -29,7 +29,7 @@ defmodule AnalyticsElixir.Mixfile do
{:jason, ">= 1.0.0"},
{:mox, "~> 0.5", only: :test},
{:retry, "~> 0.13"},
{:telemetry, "~> 0.4.2"},
{:telemetry, "~> 0.4.2 or ~> 1.0"},
{:tesla, "~> 1.2"}
]
end
Expand Down

0 comments on commit 6225d36

Please # to comment.