diff options
author | rinpatch <rinpatch@sdf.org> | 2019-08-14 17:05:21 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-08-14 17:05:21 +0300 |
commit | 6a101f0361782fb7e5a01cb51565b062f9ffb548 (patch) | |
tree | 50dca8941e3b3bf8092b68df7dcc74e8ba276066 /mix.exs | |
parent | 744e2ce8b4286c41dbea33c1b918bc92b774307e (diff) | |
download | pleroma-6a101f0361782fb7e5a01cb51565b062f9ffb548.tar.gz pleroma-6a101f0361782fb7e5a01cb51565b062f9ffb548.zip |
Switch to pre-1.8 version of tzdata.
tzdata 1.0.0 requires Elixir 1.8.0, but we target 1.7. Fortunately
tzdata issues bugfix releases for pre-1.8.0 version.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ defmodule Pleroma.Mixfile do defp deps do [ {:phoenix, "~> 1.4.8"}, - {:tzdata, "~> 1.0"}, + {:tzdata, "~> 0.5.21"}, {:plug_cowboy, "~> 2.0"}, {:phoenix_pubsub, "~> 1.1"}, {:phoenix_ecto, "~> 4.0"}, |