This commit is contained in:
Mayel de Borniol 2024-04-16 00:33:15 +01:00
parent f568c7b22c
commit 9cd3f1f240
2 changed files with 3 additions and 2 deletions

View file

@ -7,4 +7,5 @@ elixir 1.16.2-otp-26
just 1.25.2
yarn 1.22.19
nodejs 21.6.1
chromedriver latest
# chromedriver latest
# ^ we don't want this in CI

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