From 1181f4437864c43a4b400875565d70d34b71df64 Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Mon, 23 Mar 2020 17:26:33 +0000 Subject: [PATCH] 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 Commit-Queue: Erik Ernst --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b349bce8154..9a6d8c6080f 100644 --- a/DEPS +++ b/DEPS @@ -99,7 +99,7 @@ vars = { "http_throttle_tag" : "1.0.2", "icu_rev" : "c56c671998902fcc4fc9ace88c83daa99f980793", "idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7", - "intl_tag": "0.15.7", + "intl_tag": "0.16.1", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", "linter_tag": "0.1.113",