diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-07-10 10:35:59 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-07-10 10:35:59 +0300 |
commit | b6688030fad62cc8be32faf928ff6ec418940efc (patch) | |
tree | 03e6561ab75cb70eee95e266969b36df179cc523 /mix.exs | |
parent | 4301ae386154b5c6b863034491fe930ae8975459 (diff) | |
download | pleroma-b6688030fad62cc8be32faf928ff6ec418940efc.tar.gz |
prometheus update for OTP 23
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ defmodule Pleroma.Mixfile do ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, + {:prometheus, "~> 4.6"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, {:prometheus_phoenix, "~> 1.3"}, |