This commit is contained in:
Mayel de Borniol 2024-02-27 12:48:44 +00:00
parent 696008725e
commit 930eaae8b5
2 changed files with 3 additions and 2 deletions

View file

@ -1,9 +1,10 @@
# these are copied from deps.hex and needed here for CI
# these are copied from deps.hex and needed here for CI (workaround for errors like Because "your app" depends on "telemetry empty" which doesn't match any versions, version solving failed)
floki = "~> 0.33"
phoenix = "~> 1.7.0"
phoenix_live_view = "~> 0.20.9" # usually should let surface decide the version
plug_crypto = "~> 2.0" # newer crypto for plug/phoenix
sourceror = "~> 1.0.0"
telemetry = "~> 1.2.0"
# Data Schemas
# bonfire_data_access_control = "~> 0.1"

View file

@ -110,7 +110,7 @@ defmodule Bonfire.Umbrella.MixProject do
@default_flavour "classic"
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.1",
version: "0.9.10-beta.2",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
default_flavour: @default_flavour,
logo: "assets/static/images/bonfire-icon.png",