From 31f5f9032e8ada5a9ea257eecb3ddb2aa0d3ba83 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Sun, 20 Oct 2024 12:55:46 +0100 Subject: [PATCH] up --- flavours/classic/config/deps.flavour.hex | 1 + mix.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flavours/classic/config/deps.flavour.hex b/flavours/classic/config/deps.flavour.hex index 4b51b3657a..67b7cb50d8 100644 --- a/flavours/classic/config/deps.flavour.hex +++ b/flavours/classic/config/deps.flavour.hex @@ -20,6 +20,7 @@ mogrify = "~> 0.9.3" geo = "~> 4.0" iconify_ex = "~> 0.5" rustler_precompiled = "~> 0.8" +cachex = "~> 4.0.2" # Data Schemas # bonfire_data_access_control = "~> 0.1" diff --git a/mix.exs b/mix.exs index e6d64c3c18..f4123ff59e 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.158", + version: "0.9.10-beta.159", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,