add workarounds

This commit is contained in:
Mayel de Borniol 2024-04-14 22:30:28 +01:00
parent 1c4d943abd
commit d8b880d7dc
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@ 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"
httpoison = "~> 2.1"
opentelemetry_process_propagator = "~> 0.2"
# Data Schemas
# bonfire_data_access_control = "~> 0.1"

View file

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