aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.app.src
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-07-02 19:31:11 +0200
committerRickard Green <[email protected]>2019-07-02 19:31:11 +0200
commit5371644cf6a4175e332ff0eb0c9a7227803e7fe2 (patch)
tree9fdf1ebf19a5bb9af9377b889a0c0e86bd3efd39 /lib/stdlib/src/stdlib.app.src
parente546406bd08919ab62aa29905501acaf07661c63 (diff)
parent3aa18269cbc0b33b27ef137f7e089a67f5c3603b (diff)
downloadotp-5371644cf6a4175e332ff0eb0c9a7227803e7fe2.tar.gz
otp-5371644cf6a4175e332ff0eb0c9a7227803e7fe2.tar.bz2
otp-5371644cf6a4175e332ff0eb0c9a7227803e7fe2.zip
Merge branch 'rickard/pcre-8.43/OTP-15889' into maint
* rickard/pcre-8.43/OTP-15889: Updated stdlib runtime dependency to erts Convert generated re replace and split tests from latin1 to UTF8 Adjust generated re replacement and split tests Generate new re replacement and split tests using perl 5.22.1 Update internal PCRE to version 8.43
Diffstat (limited to 'lib/stdlib/src/stdlib.app.src')
-rw-r--r--lib/stdlib/src/stdlib.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src
index d7d57941c2..e6c42b9aac 100644
--- a/lib/stdlib/src/stdlib.app.src
+++ b/lib/stdlib/src/stdlib.app.src
@@ -108,7 +108,7 @@
dets]},
{applications, [kernel]},
{env, []},
- {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-15831:OTP-15836@","crypto-3.3",
+ {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-15831:OTP-15836:OTP-15889@","crypto-3.3",
"compiler-5.0"]}
]}.