File tree Expand file tree Collapse file tree
website/docs/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule TeslaMate.MixProject do
55 [
66 app: :teslamate ,
77 version: version ( ) ,
8- elixir: "~> 1.11 " ,
8+ elixir: "~> 1.12 " ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 compilers: [ :gettext ] ++ Mix . compilers ( ) ,
1111 start_permanent: Mix . env ( ) == :prod ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Source: [postgresql.org/download](https://www.postgresql.org/download/)
2424</details >
2525
2626<details >
27- <summary >Elixir (v1.11 +)</summary >
27+ <summary >Elixir (v1.12 +)</summary >
2828
2929``` bash
3030wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pkg install erlang
4141</details >
4242
4343<details >
44- <summary >Elixir (v1.11 +)</summary >
44+ <summary >Elixir (v1.12 +)</summary >
4545
4646Unfortunately the Elixir part is not well updated in FreeBSD ports.
4747Hence the latest supported version for Erlang 21 (latest in FreeBSD ports)
You can’t perform that action at this time.
0 commit comments