diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-19 13:56:39 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-19 20:24:21 -0400 |
commit | eb42e90c4f9ca35a6dc0e84e6f87b6f4b680173c (patch) | |
tree | 3b4b8aa04c9583a449ebd3b4092a501c72961e00 /mix.exs | |
parent | c62a4f1c173490ad64fdfbab0c005ca3523b6013 (diff) | |
download | pleroma-eb42e90c4f9ca35a6dc0e84e6f87b6f4b680173c.tar.gz |
Use Websockex to replace websocket_client
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |