Skip to content

Commit

Permalink
Update mix.exs (#232)
Browse files Browse the repository at this point in the history
* Update mix.exs

bump telemetry metrics to 1.0

* Update mix.exs

update restrictions on telemtetry metrics
nacengineer authored May 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 75769fd commit 1f6467c
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
@@ -58,7 +58,7 @@ defmodule PromEx.MixProject do
{:finch, "~> 0.15"},
{:telemetry, ">= 1.0.0"},
{:telemetry_poller, "~> 1.0"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_metrics, "~> 0.6 or ~> 1.0"},
{:telemetry_metrics_prometheus_core, "~> 1.0"},
{:plug_cowboy, "~> 2.5 or ~> 2.6"},
{:octo_fetch, "~> 0.3"},

0 comments on commit 1f6467c

Please sign in to comment.