diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-23 09:23:10 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-23 09:23:10 +0300 |
commit | c29686309eaf2cdae039ce813755c0e23cdc4a03 (patch) | |
tree | 9465fed6315f72b06d61091bd6131bc7210ffbce /mix.exs | |
parent | 7101ba1a21ded292ba057f9aadec1756914b45e0 (diff) | |
download | pleroma-c29686309eaf2cdae039ce813755c0e23cdc4a03.tar.gz pleroma-c29686309eaf2cdae039ce813755c0e23cdc4a03.zip |
[#1149] Upgraded `oban` from 0.6.0 to 0.7.1.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ defmodule Pleroma.Mixfile do {:phoenix_ecto, "~> 4.0"}, {:ecto_sql, "~> 3.1"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 0.6"}, + {:oban, "~> 0.7"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, |