diff --git a/.tool-versions b/.tool-versions index 4eb340687..d4b7364b9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -erlang 24.3.4.10 +erlang 24.3.4.13 elixir 1.12.3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0dcfdf1ea..0d58ed39c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,8 +31,8 @@ asdf can be finnicky when instlalling erlang with mac, in which case you can res ```sh brew install erlang@24 -cp -r /opt/homebrew/opt/erlang@24/lib/erlang ~/.asdf/installs/erlang/24.3.4.10 -asdf reshim erlang 24.3.4.10 +cp -r /opt/homebrew/opt/erlang@24/lib/erlang ~/.asdf/installs/erlang/24.3.4.13 +asdf reshim erlang 24.3.4.13 ```