diff --git a/flavours/classic/config/deps.flavour.git b/flavours/classic/config/deps.flavour.git index 3f7950438b..8e6fdb4429 100644 --- a/flavours/classic/config/deps.flavour.git +++ b/flavours/classic/config/deps.flavour.git @@ -86,5 +86,5 @@ forecastr = "https://github.com/bonfire-networks/forecastr" # bonfire_livebook = "https://github.com/bonfire-networks/bonfire_livebook" # livebook = "https://github.com/mayel/livebook#fork" - +tz_world = "https://github.com/kipcole9/tz_world" diff --git a/mix.exs b/mix.exs index 6e7a6850d1..4e8587b294 100644 --- a/mix.exs +++ b/mix.exs @@ -208,7 +208,7 @@ defmodule Bonfire.Umbrella.MixProject do # TODO: put these in ENV or an external writeable config file similar to deps.* @config [ # note that the flavour will automatically be added where the dash appears - version: "0.9.10-beta.168", + version: "0.9.10-beta.169", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,