summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-08-19 13:56:39 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-08-19 20:24:21 -0400
commiteb42e90c4f9ca35a6dc0e84e6f87b6f4b680173c (patch)
tree3b4b8aa04c9583a449ebd3b4092a501c72961e00 /mix.exs
parentc62a4f1c173490ad64fdfbab0c005ca3523b6013 (diff)
Use Websockex to replace websocket_client
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 927f39975..46c9fcaa2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -210,7 +210,7 @@ defmodule Pleroma.Mixfile do
{:excoveralls, "0.12.3", only: :test},
{:hackney, "~> 1.18.0", override: true},
{:mox, "~> 1.0", only: :test},
- {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
+ {:websockex, "~> 0.4.3", only: :test}
] ++ oauth_deps()
end