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 fe50139ef..a44daab8b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -188,7 +188,8 @@ defmodule Pleroma.Mixfile do
{:exile,
git: "https://github.com/akash-akya/exile.git",
ref: "be87c33b02a7c3c5d22d2ece01fbd462355b28ef"},
- {:bandit, "~> 1.2"},
+ {:bandit, "~> 1.5.2"},
+ {:websock_adapter, "~> 0.5.6"},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},