Skip to content

Commit

Permalink
Switch to tzdata 0.1.8
Browse files Browse the repository at this point in the history
This is currently required to get escript.build properly working
(see: bitwalker/timex#86)
  • Loading branch information
sdanzan committed Oct 13, 2015
1 parent 945d650 commit 8b4f40e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ erl_crash.dump
*.ez
*.swp
url.txt
feedistiller
/feeds/
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ defmodule Feedistiller.Mixfile do
{:httpoison, "~> 0.7.2"},
{:feeder_ex, "~> 0.0.2"},
{:timex, "~> 0.19.5"},
{:tzdata, "== 0.1.8", override: true},
{:earmark, "~> 0.1.17", only: :docs},
{:ex_doc, "~> 0.10.0", only: :docs},
]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"idna": {:hex, :idna, "1.0.2"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
"timex": {:hex, :timex, "0.19.5"},
"tzdata": {:hex, :tzdata, "0.5.3"}}
"tzdata": {:hex, :tzdata, "0.1.8"}}

0 comments on commit 8b4f40e

Please sign in to comment.