Add versions for app build

This commit is contained in:
Jonatan Kłosko 2023-06-20 14:46:34 +02:00
parent f707c63c58
commit 176cf69d64
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,9 @@
# See rel/app/macos/README.md for more information.
set -euo pipefail
ELIXIR_VERSION="1.14.2"
OTP_VERSION="25.0.4"
main() {
bootstrap_otp
download_elixir

View file

@ -1,3 +1,3 @@
elixir="1.14.2"
otp="24.3.4.2"
otp="25.0.4"
openssl="1.1.1s"