Skip to content

Commit

Permalink
Merge pull request #2 from 4DA/fix/web_socket_to_pleroma_dies
Browse files Browse the repository at this point in the history
Websockex version is updated with 0.4.3
  • Loading branch information
boleque authored Dec 22, 2022
2 parents 26a5333 + 4cdb220 commit f9eb7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule App.Mixfile do
{:hunter, git: "https://github.com/4DA/hunter.git", branch: "master"},
# for local debugging:
# {:hunter, path: "deps/hunter"},
{:websockex, "~> 0.4.2"},
{:websockex, "~> 0.4.3"},
{:html_sanitize_ex, "~> 1.4.0"},
{:cachex, "~> 3.2"}
]
Expand Down

0 comments on commit f9eb7b3

Please sign in to comment.