summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-06-23 15:09:01 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-06-23 15:09:01 +0300
commita8d967762ec5436ca9b478fbbedfec39b5d9e35e (patch)
treeecda2fabd4200b1e2a676c56f87636f4cc0f6a10 /mix.exs
parentb7f297f0bd214416f3faded4a6221899b68edabd (diff)
migrate to oban 2.0-rc1
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 4d13e95d7..e93dc7753 100644
--- a/mix.exs
+++ b/mix.exs
@@ -124,7 +124,7 @@ defmodule Pleroma.Mixfile do
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.3.2"},
{:postgrex, ">= 0.13.5"},
- {:oban, "~> 1.2"},
+ {:oban, "~> 2.0.0-rc.1"},
{:gettext, "~> 0.15"},
{:pbkdf2_elixir, "~> 1.0"},
{:bcrypt_elixir, "~> 2.0"},