Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created October 28, 2014 21:27
Show Gist options
  • Save j-mcnally/3ead549a70b18742566a to your computer and use it in GitHub Desktop.
Save j-mcnally/3ead549a70b18742566a to your computer and use it in GitHub Desktop.
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