aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-05-27 10:52:50 +0200
committerRickard Green <[email protected]>2016-05-27 10:54:48 +0200
commitd83ecf6b20d0e1d804f343a837e5e4fe676bf077 (patch)
tree89f47574f47fc3fb851df77e14fcf34cab82db5e /lib/stdlib
parentf0510a55fdc2591ea71107f77e36d6fc7b001874 (diff)
downloadotp-d83ecf6b20d0e1d804f343a837e5e4fe676bf077.tar.gz
otp-d83ecf6b20d0e1d804f343a837e5e4fe676bf077.tar.bz2
otp-d83ecf6b20d0e1d804f343a837e5e4fe676bf077.zip
Bumped runtime dependencies between erts, kernel, stdlib, sasl
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/src/stdlib.app.src2
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"]}
]}.