diff options
author | Rickard Green <[email protected]> | 2015-05-21 00:00:56 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-05-21 00:00:56 +0200 |
commit | db7446a0235f5379ed230a51cc1d55475549f36b (patch) | |
tree | 2b77928ab5168e57cace104a6ec08b7569022bf1 /lib/stdlib | |
parent | 4034b89a07a97766dba5e6213b1eb4d76ba6df9e (diff) | |
download | otp-db7446a0235f5379ed230a51cc1d55475549f36b.tar.gz otp-db7446a0235f5379ed230a51cc1d55475549f36b.tar.bz2 otp-db7446a0235f5379ed230a51cc1d55475549f36b.zip |
Update runtime dependencies
Diffstat (limited to 'lib/stdlib')
-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 a27a35dca2..c33130cf8c 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -104,7 +104,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-2.4","kernel-3.0.2","erts-7.0","crypto-3.3", + {runtime_dependencies, ["sasl-2.4","kernel-4.0","erts-7.0","crypto-3.3", "compiler-5.0"]} ]}. |