aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-03-02 14:58:52 +0100
committerHans Bolinder <[email protected]>2017-03-02 14:58:52 +0100
commit60a24d2010c98c44d2bf44faca04756049487ec3 (patch)
tree9622f05c4d56a85ecfd8832aa5c883993d488a1b /lib/dialyzer
parent654f7791bd4c1248ed78401ebeade0f98a2250b3 (diff)
parent369ef2ee5586e5cad2f16f0b8f956be011ba1550 (diff)
downloadotp-60a24d2010c98c44d2bf44faca04756049487ec3.tar.gz
otp-60a24d2010c98c44d2bf44faca04756049487ec3.tar.bz2
otp-60a24d2010c98c44d2bf44faca04756049487ec3.zip
Merge branch 'maint'
* maint: typer: Update runtime dependencies dialyzer: Update runtime dependencies Correct documentation of get_modules message
Diffstat (limited to 'lib/dialyzer')
-rw-r--r--lib/dialyzer/src/dialyzer.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/src/dialyzer.app.src b/lib/dialyzer/src/dialyzer.app.src
index 5b28f7ae86..f517c51ec1 100644
--- a/lib/dialyzer/src/dialyzer.app.src
+++ b/lib/dialyzer/src/dialyzer.app.src
@@ -2,7 +2,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2006-2016. All Rights Reserved.
+%% Copyright Ericsson AB 2006-2017. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -48,5 +48,5 @@
{applications, [compiler, hipe, kernel, stdlib, wx]},
{env, []},
{runtime_dependencies, ["wx-1.2","syntax_tools-2.0","stdlib-3.0",
- "kernel-5.0","hipe-3.15.1","erts-8.0",
+ "kernel-5.0","hipe-3.15.4","erts-8.0",
"compiler-7.0"]}]}.