Skip to content

Instantly share code, notes, and snippets.

@beerose
Last active August 28, 2018 20:15
Show Gist options
  • Save beerose/b83933a83decca64c7dc32f6a66c6ec9 to your computer and use it in GitHub Desktop.
Save beerose/b83933a83decca64c7dc32f6a66c6ec9 to your computer and use it in GitHub Desktop.
defp deps do
[
{:cowboy, [env: :prod, git: "https://github.com/ninenines/cowboy.git", tag: "2.2.0", override: true, manager: :make]},
{:ranch, [env: :prod, git: "https://github.com/ninenines/ranch.git", override: true, manager: :make]},
{:grpc, github: "tony612/grpc-elixir"},
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment