diff options
author | Björn Gustavsson <[email protected]> | 2016-06-01 09:49:19 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-01 09:49:26 +0200 |
commit | ac927e00f82b3df962abe082393f45197de49156 (patch) | |
tree | 1305ac5b0d310f8fc1603aae63cabacc3f7e0959 /bootstrap/lib/stdlib/ebin | |
parent | e67f1bf5a22ce9d403aac466b5d46e0acec7ad18 (diff) | |
download | otp-ac927e00f82b3df962abe082393f45197de49156.tar.gz otp-ac927e00f82b3df962abe082393f45197de49156.tar.bz2 otp-ac927e00f82b3df962abe082393f45197de49156.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 4c8f196620..ceb55c66fc 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -106,7 +106,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-2.6","kernel-4.1","erts-7.3","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-8.0","crypto-3.3", "compiler-5.0"]} ]}. |