summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-27 21:46:03 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-27 21:46:03 +0000
commit5d7d6233905f280c9d52cf1fc15e8f54280a3e58 (patch)
tree62da97ad913f3fc92a404c6e3b4efb7cdcc42431 /mix.exs
parentac95b8b4f3dda961e13745e1f07990e3ccc37bb9 (diff)
parentec80a1e405c7b1d893c08ea99e824f2c13719c3a (diff)
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.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index b188e4129..aafcce77d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"},