Fix erroneous paths in mix.exs and bump deps

This commit is contained in:
Mikko Ahlroth 2015-11-18 16:45:44 +02:00 committed by http
parent a931915961
commit e1dd322112
2 changed files with 9 additions and 9 deletions

View file

@ -4,8 +4,8 @@ defmodule MebeWeb.Mixfile do
def project do
[app: :mebe_web,
version: "1.0.0",
deps_path: "../../deps",
lockfile: "../../mix.lock",
deps_path: "deps",
lockfile: "mix.lock",
elixir: "~> 1.1.0",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix] ++ Mix.compilers,

View file

@ -1,10 +1,10 @@
%{"cowboy": {:hex, :cowboy, "1.0.2"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"earmark": {:hex, :earmark, "0.1.17"},
%{"cowboy": {:hex, :cowboy, "1.0.4"},
"cowlib": {:hex, :cowlib, "1.0.2"},
"earmark": {:hex, :earmark, "0.1.19"},
"fs": {:hex, :fs, "0.9.2"},
"phoenix": {:hex, :phoenix, "1.0.1"},
"phoenix": {:hex, :phoenix, "1.0.3"},
"phoenix_html": {:hex, :phoenix_html, "2.2.0"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.0"},
"plug": {:hex, :plug, "1.0.0"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.1"},
"plug": {:hex, :plug, "1.0.2"},
"poison": {:hex, :poison, "1.5.0"},
"ranch": {:hex, :ranch, "1.1.0"}}
"ranch": {:hex, :ranch, "1.2.0"}}