summaryrefslogtreecommitdiff
path: root/lib/edoc/src
diff options
context:
space:
mode:
authorRadek Szymczyszyn <lavrin@gmail.com>2021-01-26 11:16:47 +0100
committerRadek Szymczyszyn <radoslaw.szymczyszyn@erlang-solutions.com>2021-02-05 21:06:05 +0100
commit722328c7955c25710c0378ec6cabfb094d3b251c (patch)
treed68edb3c6dec68bc3ddc1a893ef17ce513a26bdf /lib/edoc/src
parent13434157f2780aa2ee25c590feab940897d5b1c6 (diff)
downloaderlang-722328c7955c25710c0378ec6cabfb094d3b251c.tar.gz
Depend on stdlib with shell_docs
Co-authored-by: Lukas Larsson <garazdawi@gmail.com>
Diffstat (limited to 'lib/edoc/src')
-rw-r--r--lib/edoc/src/edoc.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/src/edoc.app.src b/lib/edoc/src/edoc.app.src
index 495f160b3c..b0852fdb4d 100644
--- a/lib/edoc/src/edoc.app.src
+++ b/lib/edoc/src/edoc.app.src
@@ -26,6 +26,6 @@
{registered,[]},
{applications, [compiler, kernel, stdlib, syntax_tools]},
{env, []},
- {runtime_dependencies, ["xmerl-1.3.7", "syntax_tools-1.6.14", "stdlib-2.5",
+ {runtime_dependencies, ["xmerl-1.3.7", "syntax_tools-1.6.14", "stdlib-@OTP-17120@",
"kernel-3.0", "inets-5.10", "erts-6.0"]}
]}.