Skip to content

Commit

Permalink
Merge pull request #59 from montague/montague-bump-ecto-version-in-deps
Browse files Browse the repository at this point in the history
bump ecto dep requirement
  • Loading branch information
trenpixster committed Sep 21, 2015
2 parents 18ffc36 + 7a66ad0 commit 07b1ec7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Addict.Mixfile do
defp deps do
[{:cowboy, "~> 1.0"},
{:phoenix, ">= 0.15.0"},
{:ecto, "~> 0.9"},
{:ecto, "~> 1.0"},
{:comeonin, "~> 1.1" },
{:mailgun, "~> 0.0.2"},
{:earmark, "~> 0.1", only: :dev},
Expand Down
19 changes: 8 additions & 11 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
%{"comeonin": {:hex, :comeonin, "1.1.2"},
"cowboy": {:hex, :cowboy, "1.0.2"},
%{"comeonin": {:hex, :comeonin, "1.1.3"},
"cowboy": {:hex, :cowboy, "1.0.3"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"decimal": {:hex, :decimal, "1.1.0"},
"earmark": {:hex, :earmark, "0.1.13"},
"ecto": {:hex, :ecto, "0.16.0"},
"ex_doc": {:hex, :ex_doc, "0.7.1"},
"earmark": {:hex, :earmark, "0.1.17"},
"ecto": {:hex, :ecto, "1.0.3"},
"ex_doc": {:hex, :ex_doc, "0.7.3"},
"mailgun": {:hex, :mailgun, "0.0.2"},
"meck": {:hex, :meck, "0.8.2"},
"mock": {:hex, :mock, "0.1.0"},
"phoenix": {:hex, :phoenix, "0.16.1"},
"plug": {:hex, :plug, "1.0.0"},
"poison": {:hex, :poison, "1.4.0"},
"phoenix": {:hex, :phoenix, "1.0.2"},
"plug": {:hex, :plug, "1.0.2"},
"poison": {:hex, :poison, "1.5.0"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.6.0"},
"ranch": {:hex, :ranch, "1.1.0"}}

0 comments on commit 07b1ec7

Please sign in to comment.