diff options
author | Hans Nilsson <[email protected]> | 2016-04-28 09:53:56 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-28 09:53:56 +0200 |
commit | a63116928a95d0a49196331d978c62dcd4941549 (patch) | |
tree | b060475c0a4214ac639a68e669397421aac5731e /lib/ssh | |
parent | 23d5014870cf54e6602fb470e9eb37ee6415eca5 (diff) | |
download | otp-a63116928a95d0a49196331d978c62dcd4941549.tar.gz otp-a63116928a95d0a49196331d978c62dcd4941549.tar.bz2 otp-a63116928a95d0a49196331d978c62dcd4941549.zip |
ssh: Update app-file
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index c67350bf72..3245ba5197 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -40,7 +40,12 @@ {applications, [kernel, stdlib, crypto, public_key]}, {env, []}, {mod, {ssh_app, []}}, - {runtime_dependencies, ["stdlib-2.3","public_key-0.22","kernel-3.0", - "erts-6.0","crypto-3.3"]}]}. + {runtime_dependencies, [ + "crypto-3.3", + "erts-6.0", + "kernel-3.0", + "public_key-1.1", + "stdlib-3.0" + ]}]}. |