aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-05-22 19:36:35 +0200
committerRickard Green <[email protected]>2019-05-24 15:27:12 +0200
commitc1588491158f8e59b92936381e606b173488d17a (patch)
tree46dfe1d67837ffb9c311024c48ab2825f59103f1 /lib/stdlib
parent0c253ebdd7392e06045c0b1fb16f8aa55d8a7092 (diff)
downloadotp-c1588491158f8e59b92936381e606b173488d17a.tar.gz
otp-c1588491158f8e59b92936381e606b173488d17a.tar.bz2
otp-c1588491158f8e59b92936381e606b173488d17a.zip
Update runtime dependency from stdlib to erts
Diffstat (limited to 'lib/stdlib')
-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 3c449d3cb9..6d3d5cc02b 100644
--- a/lib/stdlib/src/stdlib.app.src
+++ b/lib/stdlib/src/stdlib.app.src
@@ -107,7 +107,7 @@
dets]},
{applications, [kernel]},
{env, []},
- {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-9.0","crypto-3.3",
+ {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-@OTP-15831@","crypto-3.3",
"compiler-5.0"]}
]}.