diff options
author | Rickard Green <[email protected]> | 2016-05-27 10:52:50 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-05-27 10:54:48 +0200 |
commit | d83ecf6b20d0e1d804f343a837e5e4fe676bf077 (patch) | |
tree | 89f47574f47fc3fb851df77e14fcf34cab82db5e /lib/stdlib/src/stdlib.app.src | |
parent | f0510a55fdc2591ea71107f77e36d6fc7b001874 (diff) | |
download | otp-d83ecf6b20d0e1d804f343a837e5e4fe676bf077.tar.gz otp-d83ecf6b20d0e1d804f343a837e5e4fe676bf077.tar.bz2 otp-d83ecf6b20d0e1d804f343a837e5e4fe676bf077.zip |
Bumped runtime dependencies between erts, kernel, stdlib, sasl
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 32bcdc4f2a..09176d2ca0 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -106,7 +106,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-2.6","kernel-4.1","erts-7.3","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-8.0","crypto-3.3", "compiler-5.0"]} ]}. |