summaryrefslogtreecommitdiff
path: root/lib/runtime_tools/src
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2021-06-28 18:14:45 +0200
committerMicael Karlberg <bmk@erlang.org>2021-07-13 12:18:06 +0200
commit5cfc2fa33d5b00f1af5929b1f34ca4450a9a0887 (patch)
tree1a04f06ced11ad9560e6c4aaa7ec9e49a34e1138 /lib/runtime_tools/src
parentd0b32b51cf020f4b16d136af0924fe9d9746553c (diff)
downloaderlang-5cfc2fa33d5b00f1af5929b1f34ca4450a9a0887.tar.gz
[runtime_tools] Update app dependencies
OTP-17346
Diffstat (limited to 'lib/runtime_tools/src')
-rw-r--r--lib/runtime_tools/src/runtime_tools.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src
index d7c2975a5b..61aeab31b4 100644
--- a/lib/runtime_tools/src/runtime_tools.app.src
+++ b/lib/runtime_tools/src/runtime_tools.app.src
@@ -29,5 +29,5 @@
{applications, [kernel, stdlib]},
{env, []},
{mod, {runtime_tools, []}},
- {runtime_dependencies, ["stdlib-3.13","mnesia-4.12","kernel-7.0",
+ {runtime_dependencies, ["stdlib-3.13","mnesia-4.12","kernel-@OTP-17346@",
"erts-11.0"]}]}.