Compare commits

...

1 Commits

Author SHA1 Message Date
2dc2043172 chore(deps): update dependency telemetry_metrics to ~> 0.6
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2022-04-25 13:31:57 +00:00

View File

@ -45,7 +45,7 @@ defmodule Wabanex.MixProject do
{:phoenix_live_dashboard, "~> 0.6"}, {:phoenix_live_dashboard, "~> 0.6"},
{:plug_cowboy, "~> 2.0"}, {:plug_cowboy, "~> 2.0"},
{:postgrex, ">= 0.0.0"}, {:postgrex, ">= 0.0.0"},
{:telemetry_metrics, "~> 0.4"}, {:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"} {:telemetry_poller, "~> 1.0"}
] ]
end end