diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-30 13:41:48 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-30 13:41:48 +0000 |
commit | 6debdaaef2b4789fc5fd933c0362bbf10346febf (patch) | |
tree | 15f859cefe44fc39b49e356efbf273dd8c44274c /mix.exs | |
parent | 2566467782e410aa910de9b55aece8c4ffd74ad1 (diff) | |
parent | cee1883b35b5453782bea1e34ff9cbf1bde52f7c (diff) | |
download | pleroma-6debdaaef2b4789fc5fd933c0362bbf10346febf.tar.gz pleroma-6debdaaef2b4789fc5fd933c0362bbf10346febf.zip |
Merge branch 'update/oban' into 'develop'
Update Oban to 2.1.0
See merge request pleroma/pleroma!3050
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ defmodule Pleroma.Mixfile do {:ecto_enum, "~> 1.4"}, {:ecto_sql, "~> 3.4.4"}, {:postgrex, ">= 0.15.5"}, - {:oban, "~> 2.0.0"}, + {:oban, "~> 2.1.0"}, {:gettext, "~> 0.18"}, {:pbkdf2_elixir, "~> 1.2"}, {:bcrypt_elixir, "~> 2.2"}, |