aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-19 12:54:58 +0200
committerDan Gudmundsson <[email protected]>2017-09-19 12:54:58 +0200
commit5bc277e16e359072bba4c872de31ea486d77e042 (patch)
tree33064cefd07f82704a571348122082deb3a5c889 /lib/et
parentc504153dbb07bf756621cd21401e18d9055578ad (diff)
downloadotp-5bc277e16e359072bba4c872de31ea486d77e042.tar.gz
otp-5bc277e16e359072bba4c872de31ea486d77e042.tar.bz2
otp-5bc277e16e359072bba4c872de31ea486d77e042.zip
Update runtime deps to depend on new stdlib functionality
~tw and new string functions are new since OTP-20 (stdlib-3.4)
Diffstat (limited to 'lib/et')
-rw-r--r--lib/et/src/et.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/et/src/et.app.src b/lib/et/src/et.app.src
index 7a5928d6ab..f4e32f734d 100644
--- a/lib/et/src/et.app.src
+++ b/lib/et/src/et.app.src
@@ -33,6 +33,6 @@
{registered, [et_collector]},
{applications, [stdlib, kernel]},
{env, []},
- {runtime_dependencies, ["wx-1.2","stdlib-2.0","runtime_tools-1.10",
- "kernel-3.0","erts-8.0"]}
+ {runtime_dependencies, ["wx-1.2","stdlib-3.4","runtime_tools-1.10",
+ "kernel-5.3","erts-9.0"]}
]}.