diff --git a/mix.exs b/mix.exs index c38c41e33..4bd3c6b9a 100644 --- a/mix.exs +++ b/mix.exs @@ -140,6 +140,9 @@ defmodule Pleroma.Mixfile do ref: "e49fc355baaf0e435208bf5f534d31e26e897711"}, {:plug_cowboy, "~> 2.7"}, {:oban, "~> 2.19.0"}, + {:oban_plugins_lazarus, + git: "https://git.pleroma.social/pleroma/elixir-libraries/oban_plugins_lazarus.git", + ref: "e49fc355baaf0e435208bf5f534d31e26e897711"}, {:gettext, "~> 0.20"}, {:bcrypt_elixir, "~> 2.2"}, {:trailing_format_plug, "~> 0.0.7"},