X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=7c8e52a676f35b77f1deaf71749f32b396fea8d3;hb=bd3aa8500c64b769a36a75fefa445668dc8da4a6;hp=60c7fe3f61efedbe47b67ab63427dbe88df04032;hpb=bd6294602036fae92a129f0a048455fb717fba73;p=akkoma diff --git a/mix.exs b/mix.exs index 60c7fe3f6..7c8e52a67 100644 --- a/mix.exs +++ b/mix.exs @@ -100,9 +100,10 @@ defmodule Pleroma.Mixfile do {:plug_cowboy, "~> 2.0"}, {:phoenix_pubsub, "~> 1.1"}, {:phoenix_ecto, "~> 4.0"}, + {:ecto_enum, "~> 1.4"}, {:ecto_sql, "~> 3.2"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 0.8.1"}, + {:oban, "~> 0.12.0"}, {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"},