summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-23 09:23:10 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-23 09:23:10 +0300
commitc29686309eaf2cdae039ce813755c0e23cdc4a03 (patch)
tree9465fed6315f72b06d61091bd6131bc7210ffbce /mix.exs
parent7101ba1a21ded292ba057f9aadec1756914b45e0 (diff)
downloadpleroma-c29686309eaf2cdae039ce813755c0e23cdc4a03.tar.gz
pleroma-c29686309eaf2cdae039ce813755c0e23cdc4a03.zip
[#1149] Upgraded `oban` from 0.6.0 to 0.7.1.
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 b651520ed..eb023313d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -101,7 +101,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_ecto, "~> 4.0"},
{:ecto_sql, "~> 3.1"},
{:postgrex, ">= 0.13.5"},
- {:oban, "~> 0.6"},
+ {:oban, "~> 0.7"},
{:gettext, "~> 0.15"},
{:comeonin, "~> 4.1.1"},
{:pbkdf2_elixir, "~> 0.12.3"},