Created
December 1, 2016 01:30
-
-
Save sillypog/22a96c523d2ab6edda74cb897cc980c7 to your computer and use it in GitHub Desktop.
Portmeirion mix.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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