Last active
August 28, 2018 20:15
-
-
Save beerose/b83933a83decca64c7dc32f6a66c6ec9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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