diff options
author | Björn Gustavsson <[email protected]> | 2017-10-13 10:46:32 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-10-13 10:46:40 +0200 |
commit | e4f220a852df5091c6e02501bef9698ec1f93b80 (patch) | |
tree | 9b52b12af13c6372d3cf4467bf240dc0f4eaf712 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | 094e0a91fc1046462c4dd5accd48b8e2eb7a4c9c (diff) | |
download | otp-e4f220a852df5091c6e02501bef9698ec1f93b80.tar.gz otp-e4f220a852df5091c6e02501bef9698ec1f93b80.tar.bz2 otp-e4f220a852df5091c6e02501bef9698ec1f93b80.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.app')
-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 8b51b51d26..07309b88c4 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -107,7 +107,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-3.0","kernel-5.4.1","erts-9.1.1","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-10.0","crypto-3.3", "compiler-5.0"]} ]}. |