Skip to content

Commit

Permalink
Finally figured out the dependency typo that caused issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-pierce committed Jan 13, 2018
1 parent 243ef4d commit a5dc42a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ defmodule SimpleStatEx.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:phoenix_ecto, "~> 3.0.0"},
{:timex, "~> 3.1.0"},
{:timex_ecto, "~> 3.1.0"},
{:ecto, ">= 2.0.0"},
{:timex, ">= 3.1.0"},
{:timex_ecto, ">= 3.1.0"},

{:ex_doc, "~> 0.16", only: :dev, runtime: false}
]
Expand Down

0 comments on commit a5dc42a

Please sign in to comment.