diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-04 17:22:32 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-04 17:22:32 +0200 |
commit | 4e167c7606204e2a345bb6ed11e6376cf2ea29af (patch) | |
tree | 724dbea008677de5aae6c7840909036847f87668 /lib/runtime_tools | |
parent | fbc2d05c2659debff1c78d989b6921a3fff6037b (diff) | |
download | otp-4e167c7606204e2a345bb6ed11e6376cf2ea29af.tar.gz otp-4e167c7606204e2a345bb6ed11e6376cf2ea29af.tar.bz2 otp-4e167c7606204e2a345bb6ed11e6376cf2ea29af.zip |
runtime_tools: Update runtime deps
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/src/runtime_tools.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src index 4d96996ce0..690c61a4c3 100644 --- a/lib/runtime_tools/src/runtime_tools.app.src +++ b/lib/runtime_tools/src/runtime_tools.app.src @@ -28,7 +28,7 @@ {applications, [kernel, stdlib]}, {env, []}, {mod, {runtime_tools, []}}, - {runtime_dependencies, ["stdlib-2.0","mnesia-4.12","kernel-3.0", - "erts-7.0"]}]}. + {runtime_dependencies, ["stdlib-3.0","mnesia-4.12","kernel-5.0", + "erts-8.0"]}]}. |