summaryrefslogtreecommitdiff
path: root/lib/common_test/src
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2022-02-14 10:36:36 +0100
committerRickard Green <rickard@erlang.org>2022-02-14 10:36:36 +0100
commit457e6b61ad09f4c068974b1853c1dba24ed4fdb2 (patch)
treeba7a1f58a0f4f148f47cf77729db2aa9715be430 /lib/common_test/src
parent85a7ea6403ded01f85a2068640f931d7cff3c14e (diff)
parent592f8e37d079643e0084221bd128fe0bc33bae79 (diff)
downloaderlang-457e6b61ad09f4c068974b1853c1dba24ed4fdb2.tar.gz
Merge branch 'rickard/various-adjustments'
* rickard/various-adjustments: Peer runtime dependency fixes Fix documentation of some kernel parameters Adjustments for the net_ticker_spawn_options kernel parameter
Diffstat (limited to 'lib/common_test/src')
-rw-r--r--lib/common_test/src/common_test.app.src28
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src
index d535a0cb7c..988b5d63d6 100644
--- a/lib/common_test/src/common_test.app.src
+++ b/lib/common_test/src/common_test.app.src
@@ -78,21 +78,21 @@
{applications, [kernel,stdlib]},
{env, []},
{runtime_dependencies,
- ["compiler-@OTP-17720@",
- "crypto-@OTP-17720@",
- "debugger-@OTP-17720@",
- "erts-@OTP-17720@",
- "ftp-@OTP-17720@",
- "inets-@OTP-17720@",
+ ["compiler-6.0",
+ "crypto-4.5",
+ "debugger-4.1",
+ "erts-7.0",
+ "ftp-1.0",
+ "inets-6.0",
"kernel-@OTP-17720@",
- "observer-@OTP-17720@",
- "runtime_tools-@OTP-17720@",
- "sasl-@OTP-17720@",
- "snmp-@OTP-17720@",
- "ssh-@OTP-17720@",
+ "observer-2.1",
+ "runtime_tools-1.8.16",
+ "sasl-2.5",
+ "snmp-5.1.2",
+ "ssh-4.0",
"stdlib-@OTP-17720@",
- "syntax_tools-@OTP-17720@",
- "tools-@OTP-17720@",
- "xmerl-@OTP-17720@"
+ "syntax_tools-1.7",
+ "tools-3.2",
+ "xmerl-1.3.8"
]}]}.