oban 2.0-rc2

This commit is contained in:
Maksim Pechnikov 2020-06-23 21:47:01 +03:00
commit 71e233268a
2 changed files with 5 additions and 5 deletions

View file

@ -122,9 +122,9 @@ defmodule Pleroma.Mixfile do
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.3.2"},
{:ecto_sql, "~> 3.4.4"},
{:postgrex, ">= 0.13.5"},
{:oban, "~> 2.0.0-rc.1"},
{:oban, "~> 2.0.0-rc.2"},
{:gettext, "~> 0.15"},
{:pbkdf2_elixir, "~> 1.0"},
{:bcrypt_elixir, "~> 2.0"},