diff options
author | Erlang/OTP <[email protected]> | 2019-02-26 11:28:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-26 11:28:27 +0100 |
commit | df130102cdeca8d35fec95a0c926fd1cfec54eab (patch) | |
tree | 0fb991f1cd53449a74b5e9e5536c2279ccaebce3 /lib/stdlib/src/stdlib.app.src | |
parent | 42f0f3fcbce009e56270fdccdb6f0a85e3b4b368 (diff) | |
download | otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.tar.gz otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.tar.bz2 otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.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..57551c3c0e 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-11.0","crypto-3.3", "compiler-5.0"]} ]}. |