Skip to content

Commit 3c0fca3

Browse files
authored
Allow analyzer 9. (#797)
1 parent f813cea commit 3c0fca3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: ^3.7.0
77

88
dependencies:
9-
analyzer: ^8.1.1
9+
analyzer: '>=8.1.1 <10.0.0'
1010
build: '>=3.0.0 <5.0.0'
1111
source_gen: any
1212

source_gen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.1
2+
3+
- Allow `analyzer: '>=8.1.1 <10.0.0'`.
4+
15
## 4.1.0
26

37
- Add `TypeChecker.typeNamedLiterally`. It's like `TypeChecker.typeNamed`,

source_gen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 4.1.0
2+
version: 4.1.1
33
description: >-
44
Source code generation builders and utilities for the Dart build system
55
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.7.0
1010

1111
dependencies:
12-
analyzer: ^8.1.1
12+
analyzer: '>=8.1.1 <10.0.0'
1313
async: ^2.10.0
1414
build: '>=3.0.0 <5.0.0'
1515
dart_style: ^3.0.0

0 commit comments

Comments
 (0)