diff options
author | Sverker Eriksson <[email protected]> | 2018-10-23 16:56:03 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-10-23 16:56:03 +0200 |
commit | c6af9cd30c151baaa0afb929ce6a0292607db86c (patch) | |
tree | 9a77646b6233224ee6aa1000faca63f60dd9dfd6 /lib | |
parent | 3dc37254016825d027f8e3c7fac0a0f32d0d57e0 (diff) | |
download | otp-c6af9cd30c151baaa0afb929ce6a0292607db86c.tar.gz otp-c6af9cd30c151baaa0afb929ce6a0292607db86c.tar.bz2 otp-c6af9cd30c151baaa0afb929ce6a0292607db86c.zip |
stdlib: Add runtime dependency to erts
Diffstat (limited to 'lib')
-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 cd09872b87..9cd425db9a 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-10.0","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-15128@","crypto-3.3", "compiler-5.0"]} ]}. |