Skip to content

Instantly share code, notes, and snippets.

@kdisneur
Created August 3, 2016 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdisneur/43e1e458fe0fde972a6cf25bc19516cd to your computer and use it in GitHub Desktop.
Save kdisneur/43e1e458fe0fde972a6cf25bc19516cd to your computer and use it in GitHub Desktop.
# mix.exs
defp deps do
[
{:ex_doc, "~> 0.9.0", only: :dev},
{:earmark, ">= 0.0.0", only: :dev}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment