diff --git a/mix.exs b/mix.exs index d2e3ad2..d398094 100644 --- a/mix.exs +++ b/mix.exs @@ -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"} ] diff --git a/mix.lock b/mix.lock index 4912795..6adf441 100644 --- a/mix.lock +++ b/mix.lock @@ -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"}}