summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index ce5ef720e..397a54d9c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -33,8 +33,9 @@ defmodule Pleroma.Mixfile do
{:phoenix_ecto, "~> 3.2"},
{:postgrex, ">= 0.0.0"},
{:gettext, "~> 0.11"},
- {:cowboy, "~> 1.0"},
+ {:cowboy, "~> 1.0", override: true},
{:comeonin, "~> 3.0"},
+ {:trailing_format_plug, "~> 0.0.5" },
{:mix_test_watch, "~> 0.2", only: :dev}]
end