diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ defmodule Mediasync.MixProject do [ {:bandit, "~> 1.0"}, {:jason, "~> 1.4"}, - {:sqids, "~> 0.1.0"}, + {:req, "~> 0.5.0"}, {:websock_adapter, "~> 0.5.6"} # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} |