mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Updated version for third_party/pkg/intl
The new version 0.16.1 does not use `fromEnvironment` constructors, whereas the old version 0.15.7 does use it, and 0.15.7 uses it in a way which requires updates in order to keep working when the breaking change #40678 is landed. Change-Id: I10cabc2d7799c448f7b42d88e24bb8406fcf0672 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140604 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Erik Ernst <eernst@google.com>
This commit is contained in:
parent
4e1954fa08
commit
1181f44378
1 changed files with 1 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -99,7 +99,7 @@ vars = {
|
||||||
"http_throttle_tag" : "1.0.2",
|
"http_throttle_tag" : "1.0.2",
|
||||||
"icu_rev" : "c56c671998902fcc4fc9ace88c83daa99f980793",
|
"icu_rev" : "c56c671998902fcc4fc9ace88c83daa99f980793",
|
||||||
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
|
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
|
||||||
"intl_tag": "0.15.7",
|
"intl_tag": "0.16.1",
|
||||||
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
||||||
"json_rpc_2_tag": "2.0.9",
|
"json_rpc_2_tag": "2.0.9",
|
||||||
"linter_tag": "0.1.113",
|
"linter_tag": "0.1.113",
|
||||||
|
|
Loading…
Reference in a new issue