diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 21:04:09 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-03 03:58:22 +0200 |
commit | 93ed6da4a393dc1e84c8b7ddbe81b25eb5baa205 (patch) | |
tree | 4af76b6b0c5c47a37264b0b1896cabc7f1033667 /mix.exs | |
parent | 2f301bbb87ca393f2b2355f53ee9de13fc020a5e (diff) | |
download | pleroma-93ed6da4a393dc1e84c8b7ddbe81b25eb5baa205.tar.gz pleroma-93ed6da4a393dc1e84c8b7ddbe81b25eb5baa205.zip |
mix: Switch prometheus_ex to fix/elixir-1.14 branch
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -166,8 +166,8 @@ defmodule Pleroma.Mixfile do {:poolboy, "~> 1.5"}, {:prometheus, "~> 4.6"}, {:prometheus_ex, - git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus.ex.git", - ref: "a4e9beb3c1c479d14b352fd9d6dd7b1f6d7deee5", + git: "https://github.com/lanodan/prometheus.ex.git", + branch: "fix/elixir-1.14", override: true}, {:prometheus_plugs, "~> 1.1"}, {:prometheus_phoenix, "~> 1.3"}, |