summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-30 13:41:48 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-30 13:41:48 +0000
commit6debdaaef2b4789fc5fd933c0362bbf10346febf (patch)
tree15f859cefe44fc39b49e356efbf273dd8c44274c /mix.exs
parent2566467782e410aa910de9b55aece8c4ffd74ad1 (diff)
parentcee1883b35b5453782bea1e34ff9cbf1bde52f7c (diff)
downloadpleroma-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.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 18f748672..b9ce8c500 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"},