Update tzworld at runtime

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-18 16:05:45 +02:00
parent 312e71d3ec
commit 0792bf5445
6 changed files with 21 additions and 12 deletions

View File

@@ -206,7 +206,8 @@ defmodule Mobilizon.Mixfile do
{:paasaa, "~> 0.5.0"},
{:nimble_csv, "~> 1.1"},
{:export, "~> 0.1.0"},
{:tz_world, "~> 0.5.0"},
{:tz_world, "~> 0.7.0"},
{:tzdata, "~> 1.1"},
# Dev and test dependencies
{:phoenix_live_reload, "~> 1.2", only: [:dev, :e2e]},
{:ex_machina, "~> 2.3", only: [:dev, :test]},