Skip to content

Commit d7e0f4e

Browse files
committed
updated ECTO
1 parent 94fd75c commit d7e0f4e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mix.exs

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ defmodule Crudex.Mixfile do
1212
end
1313

1414
def application do
15-
[applications: [:phoenix, :ecto, :timex, :plug_auth]]
15+
[applications: [:phoenix, :ecto, :plug_auth]]
1616
end
1717

1818
defp deps do
1919
[
2020
{:phoenix, github: "phoenixframework/phoenix"},
2121
{:ecto, github: "elixir-lang/ecto"},
22-
{:timex, "~> 0.13.2"},
2322
{:plug_auth, ">= 0.0.0"},
2423
{:earmark, "~> 0.1", only: :docs},
2524
{:ex_doc, "~> 0.6", only: :docs}

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cowlib": {:hex, :cowlib, "1.0.1"},
33
"decimal": {:hex, :decimal, "1.1.0"},
44
"earmark": {:hex, :earmark, "0.1.12"},
5-
"ecto": {:git, "git://github.com/elixir-lang/ecto.git", "ad96bb9c43697a571dca93f42cc2acc8c13547cf", []},
5+
"ecto": {:git, "git://github.com/elixir-lang/ecto.git", "3291983ba16e13b7691afaf7d685047db162ebdc", []},
66
"ex_doc": {:hex, :ex_doc, "0.7.0"},
77
"phoenix": {:git, "git://github.com/phoenixframework/phoenix.git", "c2bac8138b11065a5224cb79d2ef397e917f562c", []},
88
"plug": {:hex, :plug, "0.10.0"},

0 commit comments

Comments
 (0)