summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-04-13 08:36:35 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-04-13 08:36:35 +0000
commitcf1ba77b9e6cfe173c21569cf4c9d0c858364270 (patch)
tree307648e5589072e2d4771999a73af05402291aee /mix.exs
parentb7a831ca55415424702968b95f6838d238dc0001 (diff)
parentce16ff7ae8bffa7a27aba4260840ccdac03d07b5 (diff)
downloadpleroma-cf1ba77b9e6cfe173c21569cf4c9d0c858364270.tar.gz
pleroma-cf1ba77b9e6cfe173c21569cf4c9d0c858364270.zip
Merge branch '2023-04-mix-deps-update' into 'develop'
mix: Update all dependencies See merge request pleroma/pleroma!3867
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 0cc57d51c..027442e33 100644
--- a/mix.exs
+++ b/mix.exs
@@ -126,7 +126,8 @@ defmodule Pleroma.Mixfile do
{:telemetry_poller, "~> 1.0"},
{:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.3"},
- {:oban, "~> 2.13"},
+ # oban 2.14 requires Elixir 1.12+
+ {:oban, "~> 2.13.4"},
{:gettext,
git: "https://github.com/tusooa/gettext.git",
ref: "72fb2496b6c5280ed911bdc3756890e7f38a4808",
@@ -148,7 +149,8 @@ defmodule Pleroma.Mixfile do
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.7.2"},
- {:earmark, "~> 1.4.22"},
+ # earmark 1.4.23 requires Elixir 1.12+
+ {:earmark, "1.4.22"},
{:bbcode_pleroma, "~> 0.2.0"},
{:cors_plug, "~> 2.0"},
{:web_push_encryption, "~> 0.3.1"},