Skip to content

Instantly share code, notes, and snippets.

@josephan
Created June 21, 2017 05:50
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 josephan/18654ab0cda891798c0a6919d40a7bce to your computer and use it in GitHub Desktop.
Save josephan/18654ab0cda891798c0a6919d40a7bce to your computer and use it in GitHub Desktop.
Dependency issues
  defp deps do
    [{:phoenix, "~> 1.2.1"},
     {:phoenix_pubsub, "~> 1.0"},
     {:phoenix_ecto, "~> 3.0"},
     {:postgrex, ">= 0.0.0"},
     {:phoenix_html, "~> 2.6"},
     {:phoenix_live_reload, "~> 1.0", only: :dev},
     {:gettext, "~> 0.11"},
     {:cowboy, "~> 1.0"},
     {:exirc, "~> 1.0"},
     {:distillery, "~> 1.4"},
     {:oauth2, "~> 0.9"},
     {:httpoison, "~> 0.11.1"},
     {:scrivener_ecto, "~> 1.0"},
     {:timex, "~> 3.0"},
     {:arc, "~> 0.8.0"},
     {:arc_ecto, "~> 0.7.0"},
     {:timber, "~> 2.0"},
     {:ex_aws, "~> 1.1"},
     {:hackney, "~> 1.6.5"},
     {:poison, "~> 3.1"},
     {:sweet_xml, "~> 0.6"}]
  end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment