Fix dependency on package:meta

A usage of `@mustBeOverridden` was added in
https://dart-review.googlesource.com/c/sdk/+/309460. The API was added
in version `1.9.0` of `package:meta`.

R=jakemac@google.com

Bug: https://github.com/dart-lang/sdk/issues/52815
Change-Id: I6069b20d2ea6cfae6af4cb0af033ad9a07f48d0b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311925
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
This commit is contained in:
Nate Bosch 2023-06-29 17:35:51 +00:00 committed by Commit Queue
parent 45038a2e71
commit a4331b433a

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 62.0.0
version: 62.0.1-wip
description: Logic that is shared between the front_end and analyzer packages.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
@ -8,7 +8,8 @@ environment:
dependencies:
dart_internal: ^0.2.7
meta: ^1.0.2
meta: ^1.9.0
# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the