This commit is contained in:
Mayel de Borniol 2024-03-30 22:16:50 +00:00
parent cf239d050b
commit 35b0e8aa23
3 changed files with 3 additions and 1 deletions

View file

@ -62,6 +62,7 @@ bonfire_open_id = "https://github.com/bonfire-networks/bonfire_open_id#main"
# bonfire_livebook = "https://github.com/bonfire-networks/bonfire_livebook#main"
# livebook = "https://github.com/mayel/livebook#fork"
activity_pub = "https://github.com/bonfire-networks/activity_pub#develop"
ex_aws = "https://github.com/bonfire-networks/ex_aws#main"

View file

@ -1,4 +1,5 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
activity_pub = "https://github.com/bonfire-networks/activity_pub#develop"
## Flavour:COOPERATION
bonfire_api_graphql = "https://github.com/bonfire-networks/bonfire_api_graphql#main"

View file

@ -122,7 +122,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.10",
version: "0.9.10-beta.11",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,