From e442584d444702374921664da9f71779f582f938 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 16 Apr 2024 14:59:07 +0100 Subject: [PATCH] 60 --- flavours/classic/config/deps.flavour.git | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flavours/classic/config/deps.flavour.git b/flavours/classic/config/deps.flavour.git index 2761778498..452133e454 100644 --- a/flavours/classic/config/deps.flavour.git +++ b/flavours/classic/config/deps.flavour.git @@ -1,6 +1,8 @@ ## GENERAL bonfire = "https://github.com/bonfire-networks/bonfire_spark" bonfire_files = "https://github.com/bonfire-networks/bonfire_files" +bonfire_classify = "https://github.com/bonfire-networks/bonfire_classify" +bonfire_tag = "https://github.com/bonfire-networks/bonfire_tag" ## EXPERIMENTAL ## bonfire_label = "https://github.com/bonfire-networks/bonfire_label" diff --git a/mix.exs b/mix.exs index 9ba39ecbde..ca99a9f6d9 100755 --- a/mix.exs +++ b/mix.exs @@ -157,7 +157,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.59", + version: "0.9.10-beta.60", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,