diff options
author | Rickard Green <[email protected]> | 2019-05-22 19:36:35 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-06-18 22:27:23 +0200 |
commit | 6cae8e7a45970ceb7fb1dd5bf974bf9ebe26144f (patch) | |
tree | 4eaec6caac8d0af306c3709bb209228fb437a44b | |
parent | b4ee064b539958f6a13bc9554758a106a49f4bd6 (diff) | |
download | otp-6cae8e7a45970ceb7fb1dd5bf974bf9ebe26144f.tar.gz otp-6cae8e7a45970ceb7fb1dd5bf974bf9ebe26144f.tar.bz2 otp-6cae8e7a45970ceb7fb1dd5bf974bf9ebe26144f.zip |
Update runtime dependency from stdlib to erts
-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 3c449d3cb9..0ec38e2bd0 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -107,7 +107,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-9.0","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-@OTP-15836@","crypto-3.3", "compiler-5.0"]} ]}. |