aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-05-03 17:40:04 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-05-04 12:10:39 +0200
commit5449073a9a78b0b0a387852b6c596a9ab9dea1bd (patch)
treebb1ccb074bb82fd2ba876dd5aff2efcd9237e3b2 /lib/et
parentb11ec1d80234d7aebf611dce57215c61dfe1c52a (diff)
downloadotp-5449073a9a78b0b0a387852b6c596a9ab9dea1bd.tar.gz
otp-5449073a9a78b0b0a387852b6c596a9ab9dea1bd.tar.bz2
otp-5449073a9a78b0b0a387852b6c596a9ab9dea1bd.zip
et: Update runtime dependencies
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 77b9488c7e..7a5928d6ab 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.8.14",
- "kernel-3.0","erts-6.0"]}
+ {runtime_dependencies, ["wx-1.2","stdlib-2.0","runtime_tools-1.10",
+ "kernel-3.0","erts-8.0"]}
]}.