This commit is contained in:
Mayel de Borniol 2024-04-16 14:59:07 +01:00
parent 0c7173665f
commit e442584d44
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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,