summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor <egor@kislitsyn.com>2019-03-29 12:46:05 +0000
committerlambda <lain@soykaf.club>2019-03-29 12:46:05 +0000
commit9a39d1d84613bb11542a0628e8b762970bd18bd0 (patch)
tree8f71e5e0ea01e964b5232e4de24389a8353f3d2a /mix.exs
parent749d53e2b2ffb108964c569f04e5989c63643338 (diff)
downloadpleroma-9a39d1d84613bb11542a0628e8b762970bd18bd0.tar.gz
pleroma-9a39d1d84613bb11542a0628e8b762970bd18bd0.zip
Replace Pleroma.Jobs with `pleroma_job_queue`
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 661430464..333f21a91 100644
--- a/mix.exs
+++ b/mix.exs
@@ -93,7 +93,8 @@ defmodule Pleroma.Mixfile do
{:timex, "~> 3.5"},
{:auto_linker,
git: "https://git.pleroma.social/pleroma/auto_linker.git",
- ref: "94193ca5f97c1f9fdf3d1469653e2d46fac34bcd"}
+ ref: "94193ca5f97c1f9fdf3d1469653e2d46fac34bcd"},
+ {:pleroma_job_queue, "~> 0.2.0"}
]
end