Bump deps and require Elixir 1.2 for future development

This commit is contained in:
Mikko Ahlroth 2016-02-03 21:32:25 +02:00
parent fb62c4e24e
commit 7e6b490465
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ defmodule MebeWeb.Mixfile do
def project do
[app: :mebe_web,
version: "1.0.0",
elixir: ">= 1.1.0 and < 1.3.0",
elixir: ">= 1.2.0 and < 1.3.0",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix] ++ Mix.compilers,
build_embedded: Mix.env == :prod,
@ -33,7 +33,7 @@ defmodule MebeWeb.Mixfile do
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:phoenix_html, "~> 2.2"},
{:cowboy, "~> 1.0"},
{:earmark, "~> 0.1.16"},
{:earmark, "~> 0.2.0"},
{:exrm, "~> 1.0.0-rc5"},
{:conform, "~> 1.0.0-rc4"}
]

View file

@ -2,17 +2,17 @@
"conform": {:hex, :conform, "1.0.0-rc8"},
"cowboy": {:hex, :cowboy, "1.0.4"},
"cowlib": {:hex, :cowlib, "1.0.2"},
"earmark": {:hex, :earmark, "0.1.19"},
"earmark": {:hex, :earmark, "0.2.1"},
"erlware_commons": {:hex, :erlware_commons, "0.15.0"},
"exrm": {:hex, :exrm, "1.0.0-rc7"},
"fs": {:hex, :fs, "0.9.2"},
"getopt": {:hex, :getopt, "0.8.2"},
"neotoma": {:hex, :neotoma, "1.7.3"},
"phoenix": {:hex, :phoenix, "1.1.3"},
"phoenix_html": {:hex, :phoenix_html, "2.4.0"},
"phoenix": {:hex, :phoenix, "1.1.4"},
"phoenix_html": {:hex, :phoenix_html, "2.5.0"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.3"},
"plug": {:hex, :plug, "1.1.0"},
"poison": {:hex, :poison, "2.0.0"},
"poison": {:hex, :poison, "2.0.1"},
"providers": {:hex, :providers, "1.4.1"},
"ranch": {:hex, :ranch, "1.2.1"},
"relx": {:hex, :relx, "3.5.0"}}