diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-10 11:33:08 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-10 11:33:08 -0500 |
commit | d7a37fddd1fc5169ae8c714d0baf8e5372a5f1d5 (patch) | |
tree | 81bddfe6fc2400c1a474c664376df4864548e7f1 /mix.exs | |
parent | e8710a3f8730be85443344640d2e46cd74667d6b (diff) | |
download | pleroma-d7a37fddd1fc5169ae8c714d0baf8e5372a5f1d5.tar.gz |
Switch to the official Oban 2.0.0 release
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.3"}, + {:oban, "~> 2.0.0"}, {:gettext, "~> 0.15"}, {:pbkdf2_elixir, "~> 1.0"}, {:bcrypt_elixir, "~> 2.0"}, |