diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2018-11-07 11:55:44 -0500 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2018-11-08 11:56:28 -0500 |
commit | efea6a2c614627152ada31468462033ec0f7ffed (patch) | |
tree | c163a35a5ab41c129ce660ef4c67e1e6c1af9693 /src/third_party/SConscript | |
parent | 1dbb12023ff57af62a9daee85cf7637432231b5f (diff) | |
download | mongo-efea6a2c614627152ada31468462033ec0f7ffed.tar.gz |
SERVER-37984 Upgrade yaml-cpp to 0.6.2
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r-- | src/third_party/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript index b5d801a9a40..c6ad8901569 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -11,7 +11,7 @@ snappySuffix = '-1.1.3' zlibSuffix = '-1.2.11' pcreSuffix = "-8.41" mozjsSuffix = '-45' -yamlSuffix = '-0.5.3' +yamlSuffix = '-0.6.2' icuSuffix = '-57.1' gperftoolsSuffix = '-2.5' timelibSuffix = '-2018.01alpha1' |