Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dartstruct is an annotation processor generator using source_gen an
version: 0.0.0

environment:
sdk: '>=2.7.0 <3.0.0'
sdk: '3.9.4'

dependencies:
path: ^1.6.0
Expand Down
2 changes: 1 addition & 1 deletion generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dartstruct generator is an annotation processor generator using sou
version: 0.0.0

environment:
sdk: '>=2.7.0 <3.0.0'
sdk: '3.9.4'

dependencies:
build: ^1.2.2
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
version: 0.0.0

environment:
sdk: '>=2.7.0 <3.0.0'
sdk: '3.9.4'

dependencies:
dartstruct:
Expand Down
Loading