summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-04-11 10:04:02 +0000
committerrinpatch <rinpatch@sdf.org>2020-04-11 10:04:02 +0000
commitc682563b92ce0b1a44523b67f5739707dd203de0 (patch)
treeba01880540d34e9fc86d58189c4df6fd2058fdeb /mix.exs
parentaae22ab691dc0df2fa2976fa3bfd6f32e4c97b73 (diff)
parentad92cef844d4f4211a65fd37b08f8bd8abea8dda (diff)
downloadpleroma-c682563b92ce0b1a44523b67f5739707dd203de0.tar.gz
pleroma-c682563b92ce0b1a44523b67f5739707dd203de0.zip
Merge branch 'support/update_oban' into 'develop'
[#1555] updated the Oban package See merge request pleroma/pleroma!2346
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 a1fcde564..c781995e0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -117,7 +117,7 @@ defmodule Pleroma.Mixfile do
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.3.2"},
{:postgrex, ">= 0.13.5"},
- {:oban, "~> 0.12.1"},
+ {:oban, "~> 1.2"},
{:gettext, "~> 0.15"},
{:comeonin, "~> 4.1.1"},
{:pbkdf2_elixir, "~> 0.12.3"},