aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-05-09 10:49:32 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-05-09 10:49:32 +0200
commit36b79cc56bd681e324a24237a89d560bb7cb0f88 (patch)
treea8cd896553bedb23c6cbc17769eb7d2f07548724
parentd5f8d55b37c9c63418b4fe8ad5a5aa197a9a4385 (diff)
parent4e167c7606204e2a345bb6ed11e6376cf2ea29af (diff)
downloadotp-36b79cc56bd681e324a24237a89d560bb7cb0f88.tar.gz
otp-36b79cc56bd681e324a24237a89d560bb7cb0f88.tar.bz2
otp-36b79cc56bd681e324a24237a89d560bb7cb0f88.zip
Merge branch 'egil/runtime_tools/fix-runtime-deps'
* egil/runtime_tools/fix-runtime-deps: runtime_tools: Update runtime deps
-rw-r--r--lib/runtime_tools/src/runtime_tools.app.src4
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"]}]}.