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/common_test | |
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/common_test')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index 430a4fa2fb..0aa4aacf16 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -92,7 +92,7 @@ "sasl-2.4.2", "snmp-5.1.2", "ssh-4.0", - "stdlib-2.5", + "stdlib-3.4", "syntax_tools-1.7", "tools-2.8", "xmerl-1.3.8" |