summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-03-29 12:46:05 +0000
committerlambda <lain@soykaf.club>2019-03-29 12:46:05 +0000
commita5edc4da6225ff2bf1ea8862b1c857d7e87c920f (patch)
tree8f71e5e0ea01e964b5232e4de24389a8353f3d2a /mix.exs
parent749d53e2b2ffb108964c569f04e5989c63643338 (diff)
parent9a39d1d84613bb11542a0628e8b762970bd18bd0 (diff)
downloadpleroma-a5edc4da6225ff2bf1ea8862b1c857d7e87c920f.tar.gz
pleroma-a5edc4da6225ff2bf1ea8862b1c857d7e87c920f.zip
Merge branch 'pleroma_job_queue' into 'develop'
Replace Pleroma.Jobs with `pleroma_job_queue` See merge request pleroma/pleroma!992
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