todo_trek icon indicating copy to clipboard operation
todo_trek copied to clipboard

Update elixir min version

Open nickgartmann opened this issue 5 months ago • 0 comments

phoenix_live_reload 1.5 uses Code.loaded?, which was introduced in Elixir 1.15.0. Bump the min version to 1.15.0 to accommodate this change.

This could also be fixed by setting the phoenix_live_reload version def to something like "~> 1.2.0 and < 1.5.0"

nickgartmann avatar Mar 03 '24 14:03 nickgartmann