Skip to content

Instantly share code, notes, and snippets.

@hopsor
Last active June 11, 2018 15:32
Show Gist options
  • Save hopsor/1f5db74acd06da20b90062005cf3e278 to your computer and use it in GitHub Desktop.
Save hopsor/1f5db74acd06da20b90062005cf3e278 to your computer and use it in GitHub Desktop.
defmodule Zoquete.Mixfile do
use Mix.Project
...
defp deps do
[
{:phoenix, "~> 1.3.2"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_html, "~> 2.10"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.11"},
{:cowboy, "~> 1.0"},
{:proper_case, "~> 1.2"}
]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment