X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=741f917e68fd7b7e4b81ee365d9b166457d77b10;hb=c19bdc811e526f83a2120c58f858044f4ff96e5f;hp=126aa47090114d1cb46028d9312feb9486e2d93b;hpb=4d809144d84c743efbabeb2ca85f34f360a61b1e;p=akkoma diff --git a/mix.exs b/mix.exs index 126aa4709..741f917e6 100644 --- a/mix.exs +++ b/mix.exs @@ -90,8 +90,6 @@ defmodule Pleroma.Mixfile do defp elixirc_paths(_), do: ["lib"] defp warnings_as_errors(:prod), do: false - # Uncomment this if you need testing configurable_from_database logic - # defp warnings_as_errors(:dev), do: false defp warnings_as_errors(_), do: true # Specifies OAuth dependencies. @@ -122,9 +120,9 @@ defmodule Pleroma.Mixfile do {:phoenix_pubsub, "~> 1.1"}, {:phoenix_ecto, "~> 4.0"}, {:ecto_enum, "~> 1.4"}, - {:ecto_sql, "~> 3.3.2"}, + {:ecto_sql, "~> 3.4.4"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 1.2"}, + {:oban, "~> 2.0.0"}, {:gettext, "~> 0.15"}, {:pbkdf2_elixir, "~> 1.0"}, {:bcrypt_elixir, "~> 2.0"},