This commit is contained in:
Mayel de Borniol 2024-03-30 22:42:21 +00:00
parent d39c652285
commit 003006cf25
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
phoenix = "~> 1.7.0" # note: should match version supported by version of surface used
# API
#absinthe = "~> 1.7.0"
#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.12",
version: "0.9.10-beta.13",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,