Require Elixir 1.15

This commit is contained in:
Brett Beatty 2025-06-29 21:12:08 -06:00
parent 034a7c1717
commit 49d399cc75

View file

@ -7,7 +7,7 @@ defmodule TypeID.MixProject do
[
app: :typeid_elixir,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: description(),
package: package(),