Skip to content

Instantly share code, notes, and snippets.

@jonlunsford
Created January 7, 2019 06:31
Show Gist options
  • Save jonlunsford/a691cafb0d22fb1f516a00dc28c6974a to your computer and use it in GitHub Desktop.
Save jonlunsford/a691cafb0d22fb1f516a00dc28c6974a to your computer and use it in GitHub Desktop.
def project do
[
app: :webhook_processor,
version: "0.1.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps()
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment