summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-17 13:04:43 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-17 13:04:43 +0300
commita21584556f2c3edb90db3c58ba2a4829a7e220c1 (patch)
tree542403dcc4ead1724c151b7121b7f42f98057f47 /mix.exs
parenta58f29b826333c1ecb0907228f0e087a3ecd9778 (diff)
downloadpleroma-a21584556f2c3edb90db3c58ba2a4829a7e220c1.tar.gz
pleroma-a21584556f2c3edb90db3c58ba2a4829a7e220c1.zip
Update oban to 0.8.1
This version uses a different locking mechanism, which gets rid of `WARNING: you don't own a lock of type ShareLock` log spam
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 911ebad1d..230f90244 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.7"},
+ {:oban, "~> 0.8.1"},
{:quantum, "~> 2.3"},
{:gettext, "~> 0.15"},
{:comeonin, "~> 4.1.1"},