defmodule Elixirrest.MixProject do
use Mix.Project
def project do
[
app: :elixirrest,
version: "0.1.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps()
]
end
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
]
end
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:maru, "~> 0.13"}
]
end
end
When I run
mix do deps.get, compile
I receive:
Could not find Hex, which is needed to build dependency
:maru
Shall I install Hex? (if running non-interactively, use"mix local.hex --force"
) [Yn] y** (Mix) httpc request failed with: {:could_no_establish_ssh_tunnel, {'HTTP/1.1', 407, 'Proxy Authorization Required'}}
Could not install Hex because Mix could not download metadata at https://repo.hex.pm/installs/hex-1.x.csv.