Created
October 28, 2014 21:27
-
-
Save j-mcnally/3ead549a70b18742566a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
defmodule Test.Mixfile do | |
use Mix.Project | |
def project do | |
[deps: deps] | |
end | |
defp deps do | |
[ | |
{:oauth2ex, git: "https://github.com/j-mcnally/oauth2ex.git", ref: "d0be43e8246e2b393eff3c103fdaf87071e1e8b9"} | |
] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment