Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 20, 2024
1 parent 0e151f0 commit 31f5f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flavours/classic/config/deps.flavour.hex
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mogrify = "~> 0.9.3"
geo = "~> 4.0"
iconify_ex = "~> 0.5"
rustler_precompiled = "~> 0.8"
cachex = "~> 4.0.2"

# Data Schemas
# bonfire_data_access_control = "~> 0.1"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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.158",
version: "0.9.10-beta.159",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,
Expand Down

0 comments on commit 31f5f90

Please sign in to comment.