Bump outdated dependencies

* ecto ~> 1.0
* ex_doc ~> 0.10
This commit is contained in:
Martin Frost 2015-09-30 12:18:07 +02:00
parent f623e5337c
commit b69b2b4190
2 changed files with 4 additions and 4 deletions

View File

@ -41,9 +41,9 @@ defmodule Isn.Mixfile do
defp deps do
[{:postgrex, "~> 0.9"},
{:ecto, "~> 0.15"},
{:ecto, "~> 1.0"},
{:eh, "~> 0.2", only: :dev},
{:ex_doc, "~> 0.8", only: :dev},
{:ex_doc, "~> 0.10", only: :dev},
{:earmark, ">= 0.0.0", only: :dev}]
end
end

View File

@ -1,7 +1,7 @@
%{"decimal": {:hex, :decimal, "1.1.0"},
"earmark": {:hex, :earmark, "0.1.17"},
"ecto": {:hex, :ecto, "0.15.0"},
"ecto": {:hex, :ecto, "1.0.4"},
"eh": {:hex, :eh, "0.2.0"},
"ex_doc": {:hex, :ex_doc, "0.8.0"},
"ex_doc": {:hex, :ex_doc, "0.10.0"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.9.1"}}