diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2019-07-21 00:01:58 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2019-07-21 00:01:58 +0300 |
commit | afc7708dbe00a70be616f00f01b22b0d01b9b61b (patch) | |
tree | b44b40600f372ccadcc72787716d2b8bd4503649 /mix.exs | |
parent | 8292331b35f088a19a4d14eff69b74a6d1ed4746 (diff) | |
download | pleroma-afc7708dbe00a70be616f00f01b22b0d01b9b61b.tar.gz pleroma-afc7708dbe00a70be616f00f01b22b0d01b9b61b.zip |
Fix pleroma_job_queue version
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -140,8 +140,7 @@ defmodule Pleroma.Mixfile do {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, - {:pleroma_job_queue, - git: "https://git.pleroma.social/pleroma/pleroma_job_queue.git", ref: "0637ccb1"}, + {:pleroma_job_queue, "~> 0.3"}, {:telemetry, "~> 0.3"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, |