diff options
author | Erlang/OTP <[email protected]> | 2019-04-23 17:38:37 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-23 17:38:37 +0200 |
commit | 425889ba69b69a9b6fb14bfbef121d51b78e853a (patch) | |
tree | b6f7544d61dbec9097384639bd43990f7e1baa7e /lib/stdlib/src/stdlib.app.src | |
parent | 93ec8bb2dbba9456395a54551fe9f1e0f86184b1 (diff) | |
download | otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.tar.gz otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.tar.bz2 otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.zip |
Prepare release
Diffstat (limited to 'lib/stdlib/src/stdlib.app.src')
-rw-r--r-- | lib/stdlib/src/stdlib.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src index 9cd425db9a..ecb514e9f3 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -108,7 +108,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-15128@","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-10.4","crypto-3.3", "compiler-5.0"]} ]}. |