summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/stdlib.app.src
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2020-07-30 14:00:31 +0200
committerRickard Green <rickard@erlang.org>2020-11-12 18:19:17 +0100
commit7f4faa03a0fac9e841d16f4e3a47e66a4668b58e (patch)
tree8ec298b22c9ac2e39ba6d23108d3f8402fef3ca5 /lib/stdlib/src/stdlib.app.src
parent9362aa5e226954ddadcde3bd41c4e0441a4d56c1 (diff)
downloaderlang-7f4faa03a0fac9e841d16f4e3a47e66a4668b58e.tar.gz
Use alias in gen behaviours
Diffstat (limited to 'lib/stdlib/src/stdlib.app.src')
-rw-r--r--lib/stdlib/src/stdlib.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src
index b59e3b28c0..60ddb64640 100644
--- a/lib/stdlib/src/stdlib.app.src
+++ b/lib/stdlib/src/stdlib.app.src
@@ -109,6 +109,6 @@
dets]},
{applications, [kernel]},
{env, []},
- {runtime_dependencies, ["sasl-3.0","kernel-7.0","erts-11.0","crypto-3.3",
+ {runtime_dependencies, ["sasl-3.0","kernel-7.0","erts-@OTP-16718@","crypto-3.3",
"compiler-5.0"]}
]}.