diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-09-27 21:46:03 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-09-27 21:46:03 +0000 |
commit | 5d7d6233905f280c9d52cf1fc15e8f54280a3e58 (patch) | |
tree | 62da97ad913f3fc92a404c6e3b4efb7cdcc42431 /mix.exs | |
parent | ac95b8b4f3dda961e13745e1f07990e3ccc37bb9 (diff) | |
parent | ec80a1e405c7b1d893c08ea99e824f2c13719c3a (diff) | |
download | pleroma-5d7d6233905f280c9d52cf1fc15e8f54280a3e58.tar.gz pleroma-5d7d6233905f280c9d52cf1fc15e8f54280a3e58.zip |
Merge branch 'bugfix/elixir-1.14' into 'develop'
Bugfix: Elixir 1.14
See merge request pleroma/pleroma!3740
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -167,8 +167,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"}, |