diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-03 10:37:07 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-03 10:37:07 -0500 |
commit | 4d3d867f10779bd4804acdb8ff398d41daafc4ea (patch) | |
tree | bcc25e29d58f79e347b567176eb443844bbf81ff /mix.exs | |
parent | 4695bdd81bf9d2caed4337473d35ba021527e8a8 (diff) | |
download | pleroma-4d3d867f10779bd4804acdb8ff398d41daafc4ea.tar.gz |
Update Oban to 2.0-rc3
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ defmodule Pleroma.Mixfile do {:ecto_enum, "~> 1.4"}, {:ecto_sql, "~> 3.4.4"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 2.0.0-rc.2"}, + {:oban, "~> 2.0.0-rc.3"}, {:gettext, "~> 0.15"}, {:pbkdf2_elixir, "~> 1.0"}, {:bcrypt_elixir, "~> 2.0"}, |