diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-20 09:22:35 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-20 09:22:35 +0200 |
commit | bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681 (patch) | |
tree | 1d8c60a01e9e2c10f5cb481260cbcc187c4b7f67 /lib/dialyzer/src/dialyzer.app.src | |
parent | fd86f4bfba5dd69b66e155cdc70ac787f2810961 (diff) | |
parent | 5bc277e16e359072bba4c872de31ea486d77e042 (diff) | |
download | otp-bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681.tar.gz otp-bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681.tar.bz2 otp-bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681.zip |
Merge branch 'dgud/update-runtime-deps' into maint
* dgud/update-runtime-deps:
Update runtime deps to depend on new stdlib functionality
Diffstat (limited to 'lib/dialyzer/src/dialyzer.app.src')
-rw-r--r-- | lib/dialyzer/src/dialyzer.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/src/dialyzer.app.src b/lib/dialyzer/src/dialyzer.app.src index 5f803875b0..e3a0fc967d 100644 --- a/lib/dialyzer/src/dialyzer.app.src +++ b/lib/dialyzer/src/dialyzer.app.src @@ -48,6 +48,6 @@ {registered, []}, {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.4","erts-8.0", + {runtime_dependencies, ["wx-1.2","syntax_tools-2.0","stdlib-3.4", + "kernel-5.3","hipe-3.16.1","erts-9.0", "compiler-7.0"]}]}. |