Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8ca6ed6

Browse files
authored
add collection rev variable to DEPS so it gets rolled by the auto roller (#19452)
1 parent 5edc40c commit 8ca6ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEPS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ vars = {
4343
'dart_bazel_worker_tag': 'v0.1.22',
4444
'dart_boringssl_gen_rev': '429ccb1877f7987a6f3988228bc2440e61293499',
4545
'dart_boringssl_rev': '4dfd5af70191b068aebe567b8e29ce108cee85ce',
46+
'dart_collection_rev': '7be42e03d427cc19571cd7f9fc628a5913a6b757',
4647
'dart_dart2js_info_tag': '0.6.0',
4748
'dart_dart_style_tag': '1.3.6',
4849
'dart_http_retry_tag': '0.1.1',
@@ -186,7 +187,7 @@ deps = {
186187
Var('dart_git') + '/[email protected]',
187188

188189
'src/third_party/dart/third_party/pkg/collection':
189-
Var('dart_git') + '/collection.git@7be42e03d427cc19571cd7f9fc628a5913a6b757',
190+
Var('dart_git') + '/collection.git' + '@' + Var('dart_collection_rev'),
190191

191192
'src/third_party/dart/third_party/pkg/convert':
192193
Var('dart_git') + '/convert.git@49bde5b371eb5c2c8e721557cf762f17c75e49fc',

0 commit comments

Comments
 (0)