Skip to content

Instantly share code, notes, and snippets.

@sillypog
Created December 1, 2016 01:30
Show Gist options
  • Save sillypog/22a96c523d2ab6edda74cb897cc980c7 to your computer and use it in GitHub Desktop.
Save sillypog/22a96c523d2ab6edda74cb897cc980c7 to your computer and use it in GitHub Desktop.
Portmeirion mix.exs
defp deps do
[{:phoenix, "~> 1.2"},
{:phoenix_ecto, "~> 3.0"},
...
{:ecto, "~> 2.1.0-rc.3", override: true},
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment