From 86536a57f80bb4d99f430f0dc72211e7dfe105d2 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 12 Oct 2015 15:50:04 -0500 Subject: [PATCH] Allow using tzdata 0.1.8 for use in escripts. See #86" --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 858f8c74..fc22167b 100644 --- a/mix.exs +++ b/mix.exs @@ -24,7 +24,7 @@ defmodule Timex.Mixfile do end def deps do - [{:tzdata, "~> 0.5.2"}, + [{:tzdata, "== 0.1.8 or ~> 0.5"}, {:combine, "~> 0.5"}, {:ex_doc, "~> 0.10", only: :dev}, {:benchfella, "~> 0.2", only: :dev},