Skip to content

Commit

Permalink
updated timex dep
Browse files Browse the repository at this point in the history
better constraint
  • Loading branch information
matteosister committed Feb 2, 2016
1 parent 08c2a6c commit 6d1f204
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ defmodule LoggerLogstashBackend.Mixfile do
end

def application do
[applications: [:logger]]
[applications: [:logger, :tzdata]]
end

defp deps do
[
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.7", only: :dev},
{:exjsx, "~> 3.1.0"},
{:timex, "~> 0.18.1"}
{:timex, ">= 1.0.0"}
]
end

Expand Down
11 changes: 8 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
%{"combine": {:hex, :combine, "0.5.2"},
%{"certifi": {:hex, :certifi, "0.3.0"},
"combine": {:hex, :combine, "0.7.0"},
"earmark": {:hex, :earmark, "0.1.17"},
"ex_doc": {:hex, :ex_doc, "0.7.3"},
"exjsx": {:hex, :exjsx, "3.1.0"},
"hackney": {:hex, :hackney, "1.4.8"},
"idna": {:hex, :idna, "1.0.3"},
"jsx": {:hex, :jsx, "2.4.0"},
"timex": {:hex, :timex, "0.18.2"},
"tzdata": {:hex, :tzdata, "0.1.7"}}
"mimerl": {:hex, :mimerl, "1.0.2"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
"timex": {:hex, :timex, "1.0.0"},
"tzdata": {:hex, :tzdata, "0.5.6"}}

0 comments on commit 6d1f204

Please sign in to comment.