X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=427329d38d2ab51b0ff44d4d0dabc85de8030bc2;hb=5703fb6d2a5f9fcffe050eadbc43758bcd2efa14;hp=18f748672af60eff8bda89e822fa43307a0277bf;hpb=541a3eede257c683edc5b50f5b459125d551013c;p=akkoma diff --git a/mix.exs b/mix.exs index 18f748672..427329d38 100644 --- a/mix.exs +++ b/mix.exs @@ -122,7 +122,7 @@ defmodule Pleroma.Mixfile do {:ecto_enum, "~> 1.4"}, {:ecto_sql, "~> 3.4.4"}, {:postgrex, ">= 0.15.5"}, - {:oban, "~> 2.0.0"}, + {:oban, "~> 2.1.0"}, {:gettext, "~> 0.18"}, {:pbkdf2_elixir, "~> 1.2"}, {:bcrypt_elixir, "~> 2.2"}, @@ -188,6 +188,8 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:restarter, path: "./restarter"}, + {:majic, + git: "https://git.pleroma.social/pleroma/elixir-libraries/majic", branch: "develop"}, {:open_api_spex, git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"},