Hello there all,
I just y’all know I am just diving into Elixir/Phoenix, by taking a look at the generated files by mix phx.new ...
I couldn’t help noticing the mix.exs
contains the following code.
def project do
[
app: :app_name,
version: "0.1.0",
elixir: "~> 1.14",
...
Is it OK for the elixir value to be 1.14
?
Running elixir --version
gets me
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.15.4 (compiled with Erlang/OTP 26)
No big deal, just out of curiosity.
Cool, thanks. Have a good one over there.
–
Caleb