Skip to content

Instantly share code, notes, and snippets.

@NhanHo
Created March 4, 2015 13:11
Show Gist options
  • Save NhanHo/5ec59c88603aa5e2a118 to your computer and use it in GitHub Desktop.
Save NhanHo/5ec59c88603aa5e2a118 to your computer and use it in GitHub Desktop.
Mix.lock
%{"conform": {:hex, :conform, "0.13.0"},
"cowboy": {:hex, :cowboy, "1.0.0"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"decimal": {:hex, :decimal, "1.1.0"},
"ecto": {:hex, :ecto, "0.8.1"},
"exrm": {:hex, :exrm, "0.15.1"},
"hackney": {:hex, :hackney, "1.0.6"},
"httpoison": {:hex, :httpoison, "0.6.2"},
"idna": {:hex, :idna, "1.0.2"},
"json": {:hex, :json, "0.3.2"},
"phoenix": {:hex, :phoenix, "0.8.0"},
"plug": {:hex, :plug, "0.9.0"},
"poison": {:hex, :poison, "1.3.1"},
"poolboy": {:hex, :poolboy, "1.4.2"},
"postgrex": {:hex, :postgrex, "0.8.0"},
"ranch": {:hex, :ranch, "1.0.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.1"}}
Mix.exs
defp deps do
[{:phoenix, "~> 0.8.0"},
{:cowboy, "~> 1.0"},
{:httpoison, "~> 0.5"},
{:postgrex, "~> 0.7"},
{:ecto, "~> 0.8.1"},
{:exrm, "~> 0.15.1"},
{:json, "~> 0.3.0"}]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment