diff options
Diffstat (limited to 'lib/ssh/src/ssh.app.src')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index bfd2b2b09f..5df6954b8c 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -49,10 +49,10 @@ {env, []}, {mod, {ssh_app, []}}, {runtime_dependencies, [ - "crypto-@OTP-16656@", + "crypto-5.0", "erts-9.0", "kernel-5.3", "public_key-1.6.1", - "stdlib-@OTP-17334@", + "stdlib-3.15", "runtime_tools-1.15.1" ]}]}. |