commit | 77d59945d3af50328aa28b87002437e8f2e6333b | [log] [tgz] |
---|---|---|
author | Janice Collins <jcollins@google.com> | Fri Mar 03 18:28:32 2023 |
committer | GitHub <noreply@github.com> | Fri Mar 03 18:28:32 2023 |
tree | baa4375021ac1288513c42f9e594dbb08bc4a2d2 | |
parent | 5956d826b943485c021b9885ab5b5749db561a81 [diff] |
Expand the pubspec to allow 3.0. (#3359)
diff --git a/pubspec.yaml b/pubspec.yaml index b26a65e..8822e54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/dartdoc environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.18.0 <4.0.0' dependencies: analyzer: ^5.7.1