diff --git a/tools/update-deps b/tools/update-deps index 2a1039e0..850f90fb 100755 --- a/tools/update-deps +++ b/tools/update-deps @@ -21,7 +21,7 @@ if not os.path.isdir(kWork): os.chdir(kWork) kUvRepository = 'https://github.com/libuv/libuv.git' -kUvBranch = 'v1.10.1' +kUvBranch = 'v1.11.0' kUvWork = 'uv' kV8Repository = 'https://github.com/v8/v8.git'