chore: Require Elixir ~> 1.16 - as our deps already do.

This commit is contained in:
James Harton 2024-09-13 09:27:46 +12:00
parent 870964155c
commit cb81c1d7ab
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
erlang 26.0.2 erlang 27.0.1
elixir 1.15.4 elixir 1.16.3

View file

@ -9,7 +9,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
app: :ash_authentication_phoenix, app: :ash_authentication_phoenix,
version: @version, version: @version,
description: "Phoenix integration for Ash Authentication", description: "Phoenix integration for Ash Authentication",
elixir: "~> 1.14", elixir: "~> 1.16",
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
preferred_cli_env: [ci: :test], preferred_cli_env: [ci: :test],
aliases: aliases(), aliases: aliases(),