diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-04-02 09:34:11 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-04-02 09:34:11 +0300 |
commit | 591f7015d91b383dae1ee29576d13c0fad65cad6 (patch) | |
tree | 07b71be43d79e737dbb704eca4e9735fe725031e /mix.exs | |
parent | fd932b14a7e7335a91a2acc2d6dd6fba7e2e90b3 (diff) | |
download | pleroma-591f7015d91b383dae1ee29576d13c0fad65cad6.tar.gz pleroma-591f7015d91b383dae1ee29576d13c0fad65cad6.zip |
update Oban package
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,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"}, |