diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-17 13:04:43 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-17 13:04:43 +0300 |
commit | a21584556f2c3edb90db3c58ba2a4829a7e220c1 (patch) | |
tree | 542403dcc4ead1724c151b7121b7f42f98057f47 /mix.exs | |
parent | a58f29b826333c1ecb0907228f0e087a3ecd9778 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |