summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-01-15 14:58:33 -0600
committerMark Felder <feld@feld.me>2021-01-15 15:01:48 -0600
commitd2382ab5f4b507b01ae7fbe6d7522e33d073419d (patch)
tree897c8382855e448c9c13c9608671cc258a06597d /mix.exs
parentcf367fdbd53b50f4324a01ddabdc0520cd787321 (diff)
Update Oban to 2.3.4
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 14448f12f..caa86d395 100644
--- a/mix.exs
+++ b/mix.exs
@@ -123,7 +123,7 @@ defmodule Pleroma.Mixfile do
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.4.4"},
{:postgrex, ">= 0.15.5"},
- {:oban, "~> 2.1.0"},
+ {:oban, "~> 2.3.4"},
{:gettext, "~> 0.18"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},