diff --git a/apps/block_scout_web/mix.exs b/apps/block_scout_web/mix.exs index 250ff3670819..ce8de0a3dbdd 100644 --- a/apps/block_scout_web/mix.exs +++ b/apps/block_scout_web/mix.exs @@ -124,7 +124,8 @@ defmodule BlockScoutWeb.Mixfile do {:timex, "~> 3.7.1"}, {:wallaby, "~> 0.30", only: :test, runtime: false}, # `:cowboy` `~> 2.0` and Phoenix 1.4 compatibility - {:websocket_client, git: "https://github.com/blockscout/websocket_client.git", branch: "master", override: true}, {:wobserver, "~> 0.2.0", github: "poanetwork/wobserver", branch: "support-https"}, + {:websocket_client, git: "https://github.com/blockscout/websocket_client.git", branch: "master", override: true}, + {:wobserver, "~> 0.2.0", github: "poanetwork/wobserver", branch: "support-https"}, {:ex_json_schema, "~> 0.9.1"}, {:ueberauth, "~> 0.7"}, {:ueberauth_auth0, "~> 2.0"},