This commit is contained in:
Mayel de Borniol 2024-03-30 22:45:57 +00:00
parent 003006cf25
commit 11cef198ae
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
phoenix = "~> 1.7.0" # note: should match version supported by version of surface used
# note: these should match the versions in extensions/bonfire/deps.hex
phoenix = "~> 1.7.0"
phoenix_live_view = "~> 0.20.7"
# API
#absinthe = "~> 1.7.0"

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