diff options
| author | oncletom <pleroma@thomas.parisot.me> | 2019-07-23 15:16:47 +0000 |
|---|---|---|
| committer | oncletom <pleroma@thomas.parisot.me> | 2019-07-23 15:16:47 +0000 |
| commit | 2e697f87f45f2982b53c4a0ec73f14526b6f8cf4 (patch) | |
| tree | 39b61abc60020a22d82a4df3571ab1e0774ee474 | |
| parent | a042a7ac6d65dca3e19e6c4ddd65d2010e94aeba (diff) | |
| download | pleroma-2e697f87f45f2982b53c4a0ec73f14526b6f8cf4.tar.gz pleroma-2e697f87f45f2982b53c4a0ec73f14526b6f8cf4.zip | |
Update `prometheus_phoenix` to v1.3 in order to support `phoenix@1.4`.
| -rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ defmodule Pleroma.Mixfile do {:telemetry, "~> 0.3"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, - {:prometheus_phoenix, "~> 1.2"}, + {:prometheus_phoenix, "~> 1.3"}, {:prometheus_ecto, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, |
