Apply suggestion to mix.exs

This commit is contained in:
Alexander Strizhakov 2020-01-28 13:29:44 +00:00
parent aa3ba63513
commit 251bbd794a
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ defmodule Pleroma.Mixfile do
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
{:restarter, in_umbrella: true}
{:restarter, path: "./restarter"}
] ++ oauth_deps()
end