diff options
author | lambda <lain@soykaf.club> | 2019-03-29 12:46:05 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-03-29 12:46:05 +0000 |
commit | a5edc4da6225ff2bf1ea8862b1c857d7e87c920f (patch) | |
tree | 8f71e5e0ea01e964b5232e4de24389a8353f3d2a /mix.exs | |
parent | 749d53e2b2ffb108964c569f04e5989c63643338 (diff) | |
parent | 9a39d1d84613bb11542a0628e8b762970bd18bd0 (diff) | |
download | pleroma-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.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |